| { |
| "name": "CryptoKit", |
| "version": "0.3.0", |
| "summary": "Pure Swift implementations of cryptographic functions", |
| "description": "CryptoKit is a Swift framework containing implementations of cryptographic functions.", |
| "homepage": "https://github.com/chrisamanse/CryptoKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Chris Amanse": "chris@chrisamanse.xyz" |
| }, |
| "social_media_url": "http://twitter.com/ChrisAmanse", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/chrisamanse/CryptoKit.git", |
| "tag": "v0.3.0" |
| }, |
| "source_files": [ |
| "Sources", |
| "Sources/**/*.{h,swift}" |
| ], |
| "requires_arc": true, |
| "pod_target_xcconfig": { |
| "SWIFT_VERSION": "3.0" |
| } |
| } |