blob: 17625d8602492feec22aae1c974b047a153ed233 [file] [log] [blame]
{
"name": "RippleKit",
"version": "0.1.0",
"summary": "Swift iOS interface to the Ripple Consensus Ledger.",
"description": "Swift iOS interface to the Ripple Consensus Ledger. Supports iOS 9, iOS 10, and iOS 11.",
"homepage": "https://github.com/xasos/RippleKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Niraj Pant": "nirajpant7@gmail.com"
},
"source": {
"git": "https://github.com/xasos/RippleKit.git",
"tag": "master"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RippleKit/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.4"
]
},
"pushed_with_swift_version": "3.0"
}