blob: 09137ec256ff4ee0f405822a9e18817e9d58c075 [file] [log] [blame]
{
"name": "ZFCryptor",
"version": "0.1.0",
"summary": "一个加密的object-c工具包,集成了AES,DES,RSA,MD5,SHA1,还有字节数据DATA与16进制字符串互转的工具",
"homepage": "https://git.oschina.net/zify/ZFCryptor",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"zhaoliang": "zhaol2014@foxmail.com"
},
"source": {
"git": "https://git.oschina.net/zify/ZFCryptor.git",
"tag": "0.1.0",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ZFCryptor-iOS/**/*.{h,m}",
"public_header_files": "ZFCryptor-iOS/**/*.h",
"dependencies": {
"GTMBase64": [
]
}
}