blob: d19a994e7a9c817807764eb5c3f29d51a8115a6c [file] [log] [blame]
{
"name": "YSKDB",
"version": "0.0.2",
"summary": "Parse based wrapper for FMDB",
"description": "YSKDB provides a simple way to use SQLite inspired by Parse",
"homepage": "https://github.com/kitasuke/YSKDB",
"license": "MIT",
"authors": {
"kitasuke": "yusuke2759@gmail.com"
},
"source": {
"git": "https://github.com/kitasuke/YSKDB.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"YSKDB": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"FMDB/SQLCipher": [
]
}
}