blob: c9f6c5f6604ba97612873d77c2c232735457a570 [file] [log] [blame]
{
"name": "TungstenCrypto",
"version": "9.0.1",
"summary": "TungstenCrypto",
"authors": {
"Tungsten Labs UG": "https://tungstenapp.com/"
},
"source": {
"git": "https://github.com/TungstenLabs/tungsten-crypto-swift.git",
"tag": "9.0.1"
},
"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": {
"TungstenLibsodium": [
"~> 1.0.0"
],
"ProtocolBuffers": [
"~> 1.9.8"
],
"GRKOpenSSLFramework": [
"1.0.2.11.2"
]
},
"requires_arc": true
}