[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / f / 6 / b / SqliteLibrary / 0.0.4 / SqliteLibrary.podspec.json
blob222d1b50c0e66d64ea19033cfcf48db8120b70f5
2   "name": "SqliteLibrary",
3   "version": "0.0.4",
4   "summary": "SqliteLibrary is a high level request util based on FMDB.",
5   "homepage": "https://github.com/chengshiliang/SqliteLibrary",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "chengshiliang": "285928582@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/chengshiliang/SqliteLibrary.git",
15     "tag": "0.0.4"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "SqliteLibrary/*.{h,m}",
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "dependencies": {
27     "FMDB": [
28       "~> 2.0"
29     ]
30   },
31   "libraries": "sqlite3"