blob: b2190f29377284dd25aa7c05ed5faf5b94270085 [file] [log] [blame]
{
"name": "SVBlockchain",
"version": "0.1.6",
"summary": "Blockchain account balance querying for iOS apps!",
"description": "Async blockchain account balance querying for iOS apps!\nSupported coins:\n- Bitcoin\n- Litecoin\n- Etherium\n- Etherium Classic\n- Ripple\n- Bitcoin Cash\n\nUses various external/3rd party APIs. Future release will provide validation and API disclaimer information.",
"homepage": "https://github.com/sushant40/SVBlockchain",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sushant Verma": "sushant.40@gmail.com"
},
"source": {
"git": "https://github.com/sushant40/SVBlockchain.git",
"tag": "0.1.6"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "SVBlockchain/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 4.0"
],
"CrossroadRegex": [
"~> 1.1.0"
]
}
}