blob: 58cb37dbb667a7781ea7b3c22bb5e79e5d233df5 [file] [log] [blame]
{
"name": "CoreBitcoinSwift",
"version": "0.0.0.2",
"summary": "CoreBitcoin is an implementation of Bitcoin protocol in Objective-C and swift.",
"description": "Forked from https://github.com/oleganza/CoreBitcoin",
"homepage": "https://github.com/ooozws/CoreBitcoin",
"license": "WTFPL",
"authors": {
"weisaizhang": "weisaizhang@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ooozws/CoreBitcoin.git",
"tag": "0.0.0.2"
},
"source_files": "CoreBitcoin",
"exclude_files": [
"CoreBitcoin/**/*+Tests.{h,m}",
"CoreBitcoin/BTCScriptTestData.h"
],
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"dependencies": {
"GRKOpenSSLFramework": [
],
"ISO8601DateFormatter": [
]
}
}