Awesome
RippleKit
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
- Add
github "xasos/ripplekit"
to your Cartfile. - Run carthage update.
- Go to your Xcode project's "General" settings. Drag
RippleKit.framework
fromCarthage/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.