blob: 9c302451179405caead71ede41640e189b46ba19 [file] [log] [blame]
{
"name": "AICrypto",
"version": "1.0.0",
"summary": "一个加密的object-c工具包.",
"description": "一个加密的object-c工具包.集成了DES AES RSA",
"homepage": "https://git.oschina.net/aicmciisc/AICrypto",
"license": "Apache License, Version 2.0",
"authors": {
"zhaoliang": "zhaol2014@foxmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/aicmciisc/AICrypto.git",
"tag": "1.0.0"
},
"source_files": [
"AICrypto",
"AICrypto/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "AICrypto/**/*.h",
"requires_arc": true,
"dependencies": {
"GTMBase64": [
]
}
}