blob: d122aa70a4c51b57c0465b9fa94292ae8c47f927 [file] [log] [blame]
{
"name": "SGSCrypto",
"version": "0.1.2",
"summary": "安全模块组件,包含常用的哈希算法、安全哈希算法、AES加解密、DES加解密、RSA加解密",
"homepage": "http://112.94.224.243:8081/kun.li/sgscrypto/tree/master",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Lee": "kun.li@southgis.com"
},
"source": {
"git": "http://112.94.224.243:8081/kun.li/sgscrypto.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SGSCrypto/Classes/**/*",
"public_header_files": "SGSCrypto/Classes/**/*.{h}",
"libraries": "z",
"frameworks": "Foundation"
}