blob: 215be987ae8d7a2ce437832e859a4011ae613e01 [file] [log] [blame]
{
"name": "GCProgressLine",
"version": "1.0.0",
"license": "LICENSE",
"summary": "Fast encryption string used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/Sky891028/GCProgressLine",
"authors": {
"sky891028": "sky891028@gmail.com"
},
"source": {
"git": "https://github.com/Sky891028/GCProgressLine.git",
"tag": "1.0.0"
},
"requires_arc": true,
"description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
"source_files": "GCProgressLine/**/*.{h,m}",
"platforms": {
"ios": "7.0"
}
}