[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 0 / 2 / Bitcoin / 0.5.0 / Bitcoin.podspec.json
blobe34fb14881947ee5a1a827416ff7c590b02ecf46
2   "name": "Bitcoin",
3   "version": "0.5.0",
4   "summary": "Swift bindings for libbitcoin, including Shamir Secret Sharing.",
5   "homepage": "https://github.com/blockchaincommons/iOS-Bitcoin",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/blockchaincommons/iOS-Bitcoin.git",
15     "tag": "0.5.0"
16   },
17   "swift_versions": "5.0",
18   "source_files": "Bitcoin/Classes/**/*",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "module_name": "Bitcoin",
23   "dependencies": {
24     "CBitcoin": [
26     ],
27     "WolfPipe": [
29     ],
30     "WolfFoundation": [
32     ]
33   }