blob: ecc83599e92f77d47c3e43fc53b4d33ee8eac134 [file] [log] [blame]
{
"name": "GYDB",
"version": "1.0.2",
"summary": "iOS database framework based on sqlite3",
"homepage": "https://github.com/ygyalone",
"license": "MIT",
"authors": {
"GuangYuYang": "ygy9916730@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ygyalone/GYDB.git",
"tag": "1.0.2"
},
"source_files": "GYDB/GYDB/GYDB/**/*.{h,m}",
"public_header_files": [
"GYDB/GYDB/GYDB/GYDB.h",
"GYDB/GYDB/GYDB/GYDatabaseManager/GYDatabaseManager.h",
"GYDB/GYDB/GYDB/NSObject+GYDB/NSObject+GYDB.h",
"GYDB/GYDB/GYDB/GYDBCondition/GYDBCondition.h",
"GYDB/GYDB/GYDB/GYDBError/GYDBError.h"
],
"libraries": "sqlite3"
}