[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 2 / 9 / FOMapping / 1.0.0 / FOMapping.podspec.json
blobda9cce9963d75287a02f96e3308b058c51fb2216
2   "name": "FOMapping",
3   "version": "1.0.0",
4   "summary": "A simple ORM extension of FMDB.",
5   "homepage": "https://github.com/yfben/FOMapping",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ben YF Chen": "benxyz.chen@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/yfben/FOMapping.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "FOObject/*.{h,m}",
18   "libraries": "sqlite3",
19   "requires_arc": true,
20   "dependencies": {
21     "FMDB": [
22       "~> 2.5"
23     ]
24   },
25   "platforms": {
26     "ios": "7.0"
27   }