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