blob: e99bfa1f10b922b26cd649f82624b5e7060f9ca7 [file] [log] [blame]
{
"name": "CoreBitcoin",
"version": "0.6.7",
"summary": "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C.",
"description": " CoreBitcoin is a complete toolkit to work with Bitcoin data structures.\n",
"homepage": "https://github.com/oleganza/CoreBitcoin",
"license": "WTFPL",
"authors": {
"Oleg Andreev": "oleganza@gmail.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/oleganza/CoreBitcoin.git",
"tag": "0.6.7"
},
"source_files": "CoreBitcoin",
"exclude_files": "CoreBitcoin/**/*+Tests.{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"dependencies": {
"OpenSSL-Universal": [
"1.0.1.j-2"
],
"ISO8601DateFormatter": [
]
}
}