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