blob: c4b5fd55c473917089463a62792b8b6f2ea149ff [file] [log] [blame]
{
"name": "DDCryptor",
"version": "0.0.1",
"summary": "A set of cryptors, include RSA, MD5, Base64, DES some more...",
"homepage": "https://github.com/longxdragon/DDCryptor",
"license": "MIT",
"authors": {
"longxdragon": "longxdragon@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/longxdragon/DDCryptor.git",
"tag": "0.0.1"
},
"source_files": "DDCryptor/DDCryptor/DDCryptor/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"OpenSSL": [
],
"GTMBase64": [
]
}
}