blob: 92b33640cb9255be4278ecffb60e9db41a366722 [file] [log] [blame]
{
"name": "libCommonCrypto",
"version": "0.1.1",
"license": "MIT",
"summary": "CommonCrypto module maps for swift",
"homepage": "https://github.com/mogstad/CommonCrypto",
"authors": {
"Bjarne Mogstad": "me@mogstad.co"
},
"source": {
"git": "https://github.com/mogstad/CommonCrypto.git",
"tag": "v0.1.1"
},
"module_name": "CommonCrypto",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"module_map": "modules/ios/module.modulemap"
},
"tvos": {
"module_map": "modules/tvos/module.modulemap"
},
"osx": {
"module_map": "modules/macos/module.modulemap"
},
"watchos": {
"module_map": "modules/watchos/module.modulemap"
},
"frameworks": "Security",
"source_files": [
"CommonCrypto/*.h",
"CommonCrypto/*.swift"
],
"requires_arc": true
}