[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / f / 3 / 6 / SwiftBTC / 0.0.3 / SwiftBTC.podspec.json
blob8b8667edbe0b1b35dce48486a4d06b8dc4b11cd3
2   "name": "SwiftBTC",
3   "swift_version": "4.2",
4   "version": "0.0.3",
5   "summary": "Bitcoin specific convenience functions and types.",
6   "description": "Network, p2pkh, p2sh & bech32 bitcoin addresses, bip-0021 URI scheme for making Bitcoin payments, Satoshi number type, Currency type",
7   "homepage": "https://github.com/LN-Zap/SwiftBTC",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Otto Suess": "ottosuess@protonmail.com"
14   },
15   "source": {
16     "git": "https://github.com/LN-Zap/SwiftBTC.git",
17     "tag": "0.0.3"
18   },
19   "social_media_url": "https://twitter.com/ottosuess",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "SwiftBTC/Classes/**/*",
24   "dependencies": {
25     "BigInt": [
26       "~> 3.1"
27     ]
28   }