[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 9 / 3 / GLEntity / 1.0.0 / GLEntity.podspec.json
blob32d083f38c748ca41143bee7ed2980ffcb9391d2
2   "name": "GLEntity",
3   "version": "1.0.0",
4   "summary": "data model from dictionary and database, and transformation between them",
5   "homepage": "https://github.com/tsgx1990/GLEntity",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "luguanglong": "luguanglong@syswin.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/tsgx1990/GLEntity.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "GLBaseEntity/**/*.{h,m}",
21   "libraries": "sqlite3",
22   "requires_arc": true,
23   "dependencies": {
24     "JSONKit-NoWarning": [
25       "~> 1.2"
26     ],
27     "FMDB": [
28       "~> 2.5"
29     ]
30   }