Swift iOS interface to the Ripple Consensus Ledger.
RippleKit supports iOS 9, iOS 10, and iOS 11.
Add the RippleKit pod into your Podfile and run pod install
.
target :YourTargetName do
pod 'RippleKit'
end
- 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.
RippleKit is licensed under the MIT License. See LICENSE
for the full license text.