[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / d / 0 / 2 / Bitcoin / 0.4.0 / Bitcoin.podspec.json
blobe410d8ae557ffbac92d91358575845dee8089f4c
2   "name": "Bitcoin",
3   "version": "0.4.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.4.0"
16   },
17   "swift_version": "4.2",
18   "source_files": "Bitcoin/Classes/**/*",
19   "platforms": {
20     "ios": "11.0",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "module_name": "Bitcoin",
25   "dependencies": {
26     "CBitcoin": [
28     ],
29     "WolfPipe": [
31     ],
32     "WolfFoundation": [
34     ]
35   }