[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / a / 4 / SVBlockchain / 0.1.3 / SVBlockchain.podspec.json
blob24c9f6daa03ba228cf680cc43f7200ec4a80f2a4
2   "name": "SVBlockchain",
3   "version": "0.1.3",
4   "summary": "Blockchain account balance querying for iOS apps!",
5   "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.",
6   "homepage": "https://github.com/sushant40/SVBlockchain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sushant Verma": "sushant.40@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/sushant40/SVBlockchain.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.0",
22   "source_files": "SVBlockchain/Classes/**/*",
23   "dependencies": {
24     "SwiftyJSON": [
25       "~> 4.0"
26     ],
27     "CrossroadRegex": [
28       "~> 1.1.0"
29     ]
30   }