| { |
| "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 |
| } |