Skip to content

Swift iOS interface to the Ripple Consensus Ledger.

License

Notifications You must be signed in to change notification settings

xasos/RippleKit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RippleKit

Ripple

CocoaPods Languages CocoaPods carthage compatible MIT License

Swift iOS interface to the Ripple Consensus Ledger.

Installation

RippleKit supports iOS 9, iOS 10, and iOS 11.

CocoaPods

Add the RippleKit pod into your Podfile and run pod install.

target :YourTargetName do
  pod 'RippleKit'
end

Carthage

  1. Add github "xasos/ripplekit" to your Cartfile.
  2. Run carthage update.
  3. Go to your Xcode project's "General" settings. Drag RippleKit.framework from Carthage/Build/iOS to the "Embedded Binaries" section. Make sure “Copy items if needed” is selected and click Finish.

License

RippleKit is licensed under the MIT License. See LICENSE for the full license text.