blob: 50118f498af8c4ca4c30917ed0c12e40bf32cb79 [file] [log] [blame]
{
"name": "CryptoKit",
"version": "0.3.7",
"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.10",
"watchos": "2.0",
"tvos": "10"
},
"source": {
"git": "https://github.com/chrisamanse/CryptoKit.git",
"tag": "0.3.7"
},
"source_files": [
"Sources",
"Sources/**/*.{h,swift}"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}