[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / e / 5 / JModel / 1.0 / JModel.podspec.json
blob942f6fcdc35c7bc5d68baa6fbaef73e3948f5830
2   "name": "JModel",
3   "version": "1.0",
4   "summary": "JModel is ORM + JSON序列化/反序列化,二次开发框架,基于FMDB, YYModel",
5   "description": "iOS ORM | 序列化 框架,基于 FMDB和YYModel",
6   "homepage": "https://github.com/sven820/JModel",
7   "license": "MIT",
8   "authors": {
9     "靳小飞": "swjtujxf@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/sven820/JModel.git",
16     "commit": "7f48b0922fdeefc6d203ab63dc7548eaaabfbf92"
17   },
18   "source_files": "JModel/JModel/**/*.{h,m}",
19   "libraries": "sqlite3",
20   "dependencies": {
21     "FMDB": [
22       "~> 2.6.2"
23     ],
24     "YYModel": [
25       "~> 1.0.4"
26     ]
27   }