[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / c / 2 / d / JQFMDB / 1.1.3 / JQFMDB.podspec.json
bloba004fcc05b2ee6153e175d8350e02cb87c67a95a
2   "name": "JQFMDB",
3   "version": "1.1.3",
4   "summary": "FMDB的封装,操作简单,线程安全,扩展性强,直接操作model或dictionary",
5   "description": "FMDB的封装,操作简单,线程安全,扩展性强,直接操作model或dictionary.",
6   "homepage": "https://github.com/gaojunquan/JQFMDB",
7   "license": "MIT",
8   "authors": "cleanmonkey",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/gaojunquan/JQFMDB.git",
14     "tag": "1.1.3"
15   },
16   "source_files": "JQFMDB/JQFMDB/*",
17   "frameworks": "Foundation",
18   "requires_arc": true,
19   "dependencies": {
20     "FMDB": [
22     ]
23   }