[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / 0 / 2 / Bitcoin / 0.6.0 / Bitcoin.podspec.json
blob0350345d0af2b79f4f94b75d6b6ec45f7c3ff33f
2   "name": "Bitcoin",
3   "version": "0.6.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.6.0"
16   },
17   "swift_versions": "5.0",
18   "source_files": "Sources/Bitcoin/**/*",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "module_name": "Bitcoin",
23   "dependencies": {
24     "CBitcoin": [
26     ],
27     "WolfCore": [
29     ]
30   }