Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xasos/RippleKit
Swift iOS interface to the Ripple Consensus Ledger.
https://github.com/xasos/RippleKit
ios-sdk ripple swift
Last synced: 3 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-04T18:24:46.000Z (over 7 years ago)
- Last Synced: 2024-06-29T22:34:00.493Z (5 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
- awesome-xrpl - RippleKit
README
# RippleKit
![Ripple](https://www.privateinternetaccess.com/blog/wp-content/uploads/2013/02/Logo_M.png)[![CocoaPods](https://img.shields.io/cocoapods/dt/RippleKit.svg?maxAge=2592000)]()
[![Languages](https://img.shields.io/badge/languages-Swift-orange.svg?maxAge=2592000)](https://github.com/xasos/RippleKit)
[![CocoaPods](https://img.shields.io/cocoapods/v/RippleKit.svg?maxAge=2592000)](https://cocoapods.org/pods/RippleKit)
[![carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat)](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.