[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / b / 1 / FMDBx / 0.4.1 / FMDBx.podspec.json
blobd5c564c7dc7f8d0cf5ab03b212181fd042749e14
2   "name": "FMDBx",
3   "version": "0.4.1",
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.4.1"
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   }