blob: f50d6966ae195b062d06539c61aaef06c0cefc63 [file] [log] [blame]
{
"name": "CYSecurity",
"version": "0.0.1",
"summary": "Data encrypt/decrypt and keychain storage.",
"description": "Data encrypt/decrypt and keychain storage.",
"homepage": "https://github.com/AlbertChen/CYSecurity",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenyiliang": "yiliang.chen@foxmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/AlbertChen/CYSecurity.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "Classes/*.h",
"frameworks": "Security",
"requires_arc": true
}