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