blob: 5b43ad43ef363f91ab98d5b84e719413e1654b1c [file] [log] [blame]
{
"name": "MD5Encryption",
"version": "1.0.0",
"summary": "MD5Encryption",
"description": "It is a MD5Encryption used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ChenZhenChun",
"license": "MIT",
"authors": {
"ChenZhenChun": "346891964@qq.com"
},
"source": {
"git": "https://github.com/ChenZhenChun/MD5Encryption.git",
"tag": "1.0.0",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "MD5Encryption/*.{h,m}",
"public_header_files": "MD5Encryption/*.h",
"frameworks": [
"Foundation",
"UIKit"
]
}