blob: 7b4bc6f2aa31b3491ecf92e9aa8842f5ff9e9383 [file] [log] [blame]
{
"name": "SwiftBTC",
"swift_version": "4.2",
"version": "0.0.7",
"summary": "Bitcoin specific convenience functions and types.",
"description": "Network, p2pkh, p2sh & bech32 bitcoin addresses, bip-0021 URI scheme for making Bitcoin payments, Satoshi number type, Currency type",
"homepage": "https://github.com/LN-Zap/SwiftBTC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Otto Suess": "ottosuess@protonmail.com"
},
"source": {
"git": "https://github.com/LN-Zap/SwiftBTC.git",
"tag": "0.0.7"
},
"social_media_url": "https://twitter.com/ottosuess",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftBTC/Classes/**/*",
"dependencies": {
"BigInt": [
"~> 3.1"
]
}
}