blob: 28c58a52e03b90b4398e627d1a097ea29849d184 [file] [log] [blame]
{
"name": "TEncryption",
"version": "1.0.1",
"summary": "md5, DES, AES, GTMBase64等加密方式",
"homepage": "https://github.com/Fmyz/TEncryption",
"license": "MIT",
"authors": {
"Fmyz": "https://github.com/Fmyz/TEncryption"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Fmyz/TEncryption.git",
"tag": "1.0.1"
},
"source_files": "TEncryption/*.{h,m}",
"dependencies": {
"AESCrypt": [
"~> 0.0.1"
],
"GTMBase64": [
"~> 1.0.0"
]
},
"requires_arc": true
}