blob: c64930bac97a45bb86582888d3ba8339cb09782f [file] [log] [blame]
{
"name": "AICrypto",
"version": "1.1",
"summary": "一个加密的object-c工具包.集成了DES,DES3,AES,SHA1,MD5,HEX16进制,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.1"
},
"source_files": [
"AICrypto",
"AICrypto/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "AICrypto/**/*.h",
"requires_arc": true
}