[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 2 / b / 1 / FMDBx / 0.3.0 / FMDBx.podspec.json
blob263d567fac0850a5391eb9b2d4263afc77cf041a
2   "name": "FMDBx",
3   "version": "0.3.0",
4   "summary": "An extension of FMDB to provide ORM and migration functionality for your iOS application.",
5   "homepage": "https://github.com/kohkimakimoto/FMDBx",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kohki Makimoto": "kohki.makimoto@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/kohkimakimoto/FMDBx.git",
15     "tag": "0.3.0"
16   },
17   "source_files": "FMDBx/Classes/*.{h,m}",
18   "libraries": "sqlite3",
19   "requires_arc": true,
20   "platforms": {
21     "ios": null
22   },
23   "dependencies": {
24     "FMDB": [
26     ]
27   }