blob: 1a5432e4edcc3748b8bb47bb6615c4fa76a26d35 [file] [log] [blame]
{
"name": "CoreBitcoinSwift",
"version": "0.0.1",
"summary": "CoreBitcoinSwift",
"description": "Ethereum Core Library powering imToken iOS app.",
"homepage": "https://token.im",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"James Chen": "james@ashchan.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ooozws/token-core-ios-dep.git",
"tag": "0.0.1"
},
"source_files": [
"CoreBitcoin/*.{h,m,c}",
"libscrypt/*.{h,m,c}"
],
"exclude_files": [
"*+Tests.{h,m}"
],
"requires_arc": true,
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"dependencies": {
"GRKOpenSSLFramework": [
]
}
}