blob: 081e205ac4b9b60f70f8a0376e66ab00f06c0960 [file] [log] [blame]
{
"name": "CryptoKit+",
"module_name": "CryptoKit",
"version": "1.1.1",
"summary": "A pragmatic crypto framework for iOS, watchOS, and tvOS.",
"description": "CryptoKit is a wrapper of Apple's CommonCrypto library including the most used functionalities only.",
"homepage": "https://github.com/noahCLZ/CryptoKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"noahCLZ": "noah.cl.zhuang@gmail.com"
},
"platforms": {
"ios": "9.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/noahCLZ/CryptoKit.git",
"tag": "1.1.1"
},
"source_files": "Source/**/*.{swift,h,m}",
"frameworks": "Foundation",
"swift_version": "5.0"
}