blob: c31e62bf90b036a00a11ac1e22ba6b1dfbd4d63e [file] [log] [blame]
{
"name": "EasyPop",
"version": "1.0.0",
"license": "MIT",
"summary": "Fast encryption string used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/dale454071867/PopEasy",
"authors": {
"zhoujie": "454071867@qq.com"
},
"source": {
"git": "https://github.com/dale454071867/PopEasy.git",
"tag": "1.0.0"
},
"requires_arc": true,
"description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
"source_files": "PopEasy/EasyPop/*.{h,m}",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"pop": [
"1.0.9"
]
}
}