| { |
| "name": "GLEntity", |
| "version": "1.0.0", |
| "summary": "data model from dictionary and database, and transformation between them", |
| "homepage": "https://github.com/tsgx1990/GLEntity", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "luguanglong": "luguanglong@syswin.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "source": { |
| "git": "https://github.com/tsgx1990/GLEntity.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "GLBaseEntity/**/*.{h,m}", |
| "libraries": "sqlite3", |
| "requires_arc": true, |
| "dependencies": { |
| "JSONKit-NoWarning": [ |
| "~> 1.2" |
| ], |
| "FMDB": [ |
| "~> 2.5" |
| ] |
| } |
| } |