https://github.com/xasos/ripplekit
Swift iOS interface to the Ripple Consensus Ledger.
https://github.com/xasos/ripplekit
ios-sdk ripple swift
Last synced: 2 months ago
JSON representation
Swift iOS interface to the Ripple Consensus Ledger.
- Host: GitHub
- URL: https://github.com/xasos/ripplekit
- Owner: xasos
- License: mit
- Created: 2017-07-20T23:55:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T18:24:46.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T15:21:33.708Z (3 months ago)
- Topics: ios-sdk, ripple, swift
- Language: Swift
- Homepage:
- Size: 240 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RippleKit
[]()
[](https://github.com/xasos/RippleKit)
[](https://cocoapods.org/pods/RippleKit)
[](https://github.com/Carthage/Carthage)
[](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`](LICENSE) for the full license text.