[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / a / b / 0 / FFDB / 1.0.2 / FFDB.podspec.json
blob999e9da9b89be349c1b0a173f449cecca9a7099c
2   "name": "FFDB",
3   "version": "1.0.2",
4   "summary": "easy to use FMDB",
5   "homepage": "https://github.com/Fidetro/FFDB",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "fidetro": "zykzzzz@hotmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Fidetro/FFDB.git",
18     "tag": "1.0.2"
19   },
20   "source_files": [
21     "FFDB",
22     "FFDB/{FIDDataBaseModel,NSObject+FIDProperty}.{h,m}"
23   ],
24   "libraries": "sqlite3",
25   "dependencies": {
26     "FMDB": [
27       "~> 2.6.2"
28     ],
29     "YYModel": [
30       "~> 1.0.4"
31     ]
32   }