blob: dcece7f20451ed2f058bc64b7b3806de0aff0440 [file] [log] [blame]
{
"name": "WZXSSL",
"version": "1.0.0",
"license": "MIT",
"summary": "Fast encryption string used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/Wzxhaha/WZXSSL",
"authors": {
"WzxJiang": "wzxjiang@foxmail.com"
},
"source": {
"git": "https://github.com/Wzxhaha/WZXSSL.git",
"tag": "1.0.0"
},
"requires_arc": true,
"description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
"source_files": "WZXSSLTool/*",
"platforms": {
"ios": "7.0"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}