blob: dae225b8c1d578cb253e9ce3b046476c6b355426 [file] [log] [blame]
{
"name": "DYFCryptoUtils",
"version": "1.0.2",
"summary": "Achieves Base64, 32/16 bit MD5, DES, AES and RSA algorithms.",
"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.2"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"requires_arc": true
}