blob: 672f142a1addfe78da53a244b1e3bf896f46ee26 [file] [log] [blame]
{
"name": "Chain",
"version": "2.1.2",
"summary": "The Official iOS SDK for Chain's Bitcoin API",
"homepage": "https://chain.com",
"license": "MIT",
"authors": {
"Ryan R. Smith": "ryan@chain.com"
},
"social_media_url": "https://twitter.com/chain",
"source": {
"git": "https://github.com/chain-engineering/chain-ios.git",
"tag": "2.1.2"
},
"source_files": "Chain",
"resources": "Chain/ChainCertificate.der",
"public_header_files": "Chain/Chain.h",
"ios": {
"frameworks": [
"Foundation",
"Security",
"CFNetwork"
]
},
"osx": {
"frameworks": [
"Foundation",
"Security",
"CoreServices"
]
},
"libraries": "icucore",
"dependencies": {
"CoreBitcoin": [
"~>0.5.0"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true
}