| { |
| "name": "Sodium", |
| "version": "0.3", |
| "license": { |
| "type": "ISC", |
| "file": "LICENSE" |
| }, |
| "summary": "Swift-Sodium provides a safe and easy to use interface to perform common cryptographic operations on iOS and OSX.", |
| "homepage": "https://github.com/jedisct1/swift-sodium", |
| "social_media_url": "https://twitter.com/jedisct1", |
| "authors": { |
| "Frank Denis": "" |
| }, |
| "source": { |
| "git": "https://github.com/jedisct1/swift-sodium.git", |
| "tag": "0.3" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.10" |
| }, |
| "ios": { |
| "vendored_libraries": "Sodium/libsodium-ios.a" |
| }, |
| "osx": { |
| "vendored_libraries": "Sodium/libsodium-osx.a" |
| }, |
| "source_files": "Sodium/*.{swift,h}", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |