blob: e1ae9e540c75c925ee5f93ddf80f3759d280928c [file] [log] [blame]
{
"name": "GYDataCenter",
"version": "0.1.0",
"summary": "An alternative to Core Data for people who like using SQLite directly.",
"homepage": "https://github.com/Zepo/GYDataCenter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zeposhe": "zeposhe@163.com"
},
"source": {
"git": "https://github.com/Zepo/GYDataCenter.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GYDataCenter/**/*",
"dependencies": {
"FMDB": [
]
}
}