blob: 54f510cc9a065ad5ff1145b37f930c5ec89b1b2f [file] [log] [blame]
{
"name": "PayDemo",
"version": "1.0.0",
"license": "MIT",
"summary": "Fast encryption string used on iOS, which implement by swift.",
"homepage": "https://github.com/a-stupid-wood/PayDemo",
"authors": {
"a_stupid_wood": "448669741@qq.com"
},
"source": {
"git": "https://github.com/a-stupid-wood/PayDemo.git",
"tag": "1.0.0"
},
"requires_arc": true,
"description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
"source_files": "PayDemo/*",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}