| { |
| "name": "GYDB", |
| "version": "1.1.0", |
| "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.1.0" |
| }, |
| "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" |
| } |