blob: c826d48ebac4aa325c4bd8c5b6cb661492a2c10c [file] [log] [blame]
{
"name": "bitcode",
"version": "0.0.4",
"summary": "bitcode是一个很简单的比特币钱包模块.",
"description": "bitcode是一个很简单的比特币钱包模块,我们可以使用它来开发比特币.",
"homepage": "https://github.com/CheckNill/bitcode",
"license": {
"type": "LICENSE",
"file": "LICENSE"
},
"authors": {
"CheckNill": "958865443@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CheckNill/bitcode.git",
"tag": "0.0.4"
},
"source_files": "include-ios/openssl/*",
"exclude_files": "Classes/Exclude",
"ios": {
"preserve_paths": [
"lib-ios/libcrypto.a",
"lib-ios/libssl.a"
],
"vendored_libraries": [
"lib-ios/libcrypto.a",
"lib-ios/libssl.a"
]
},
"libraries": [
"ssl",
"crypto"
],
"dependencies": {
"CocoaLumberjack": [
"~> 1.9"
],
"FMDB": [
],
"SSModel": [
],
"KSCrash": [
"~> 0.0.3"
],
"MKNetworkKit": [
"~> 0.87"
],
"AFNetworking": [
],
"RegexKitLite": [
"~> 4.0"
],
"SimpleKeychain": [
],
"FXBlurView": [
]
}
}