blob: 88625e6069595807c1fa4769bce1df562b4f7d74 [file] [log] [blame]
{
"name": "TungstenCrypto",
"version": "7.0.0",
"summary": "TungstenCrypto",
"authors": {
"Tungsten Labs UG": "https://tungstenapp.com/"
},
"source": {
"git": "https://github.com/TungstenLabs/tungsten-crypto-swift.git",
"tag": "7.0.0"
},
"homepage": "https://github.com/TungstenLabs/tungsten-crypto-swift",
"license": "LICENSE*.*",
"platforms": {
"ios": "9.0",
"osx": "10.9"
},
"source_files": "TungstenCrypto/**/*.{h,m,swift}",
"ios": {
"frameworks": [
"Foundation",
"CoreFoundation"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreFoundation"
]
},
"dependencies": {
"libCommonCrypto": [
"~> 0.1"
],
"TungstenLibsodium": [
"~> 1.0.0"
],
"ProtocolBuffers": [
"~> 1.9.8"
],
"GRKOpenSSLFramework": [
"1.0.2.11.2"
]
},
"requires_arc": true
}