[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / f / 3 / 6 / SwiftBTC / 0.0.5 / SwiftBTC.podspec.json
blob6e066048d58815058eae51574edda42d1d26faee
2   "name": "SwiftBTC",
3   "swift_version": "4.2",
4   "version": "0.0.5",
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.5"
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   }