blob: f0ecbc51fd5cea98829ff007f53875064af543cd [file] [log] [blame]
{
"name": "AppSecurityStorage",
"version": "1.0.5",
"summary": "A KeyChain security storage software.",
"homepage": "http://gitlab.yeahka.com/App/iOS/Modules/AppSecurityStorage",
"license": "MIT",
"authors": {
"Matt Cai": "matt@yeaka.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "http://gitlab.yeahka.com/App/iOS/Modules/AppSecurityStorage.git",
"tag": "1.0.5"
},
"source_files": "AppSecurityStorage/**/*.{h,m}",
"frameworks": [
"Security",
"Foundation"
],
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"requires_arc": true
}