blob: 757a61c3128d912b6b0e24c32a4c8a30f9572696 [file] [log] [blame]
{
"name": "GYDataCenter",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "GYDataCenter/**/*",
"dependencies": {
"FMDB": [
]
}
}