blob: 66e90917a314b431d72ea0d8e5500f36a771fc03 [file] [log] [blame]
{
"name": "DYFCryptoUtils",
"version": "1.0.1",
"summary": "iOS crypto,includes Base64, MD5, DES, AES, RSA.",
"homepage": "https://github.com/dgynfi/DYFCryptoUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFCryptoUtils.git",
"tag": "1.0.1"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}