blob: 49d21aafe9989807988110d16996aa73374324ce [file] [log] [blame]
{
"name": "CoreBitcoin",
"version": "0.5.1",
"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.5.1"
},
"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.h"
]
}
}