blob: 0602a5f2e838cb2d081212f9fc4ccfb518333a64 [file] [log] [blame]
{
"name": "SwiftBTC",
"swift_version": "4.2",
"version": "0.0.2",
"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.2"
},
"social_media_url": "https://twitter.com/ottosuess",
"platforms": {
"ios": "8.0"
},
"source_files": "SwiftBTC/Classes/**/*",
"dependencies": {
"BigInt": [
"~> 3.1"
]
}
}