[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / b / 0 / FFDB / 2.5.0 / FFDB.podspec.json
blob5edd661c3714622f74fd3c2136629d262f6ea5ba
2   "name": "FFDB",
3   "version": "2.5.0",
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": "2.5.0"
19   },
20   "source_files": [
21     "FFDB",
22     "FFDB/*.{h,m}"
23   ],
24   "libraries": "sqlite3",
25   "dependencies": {
26     "FMDB": [
27       "~> 2.7.2"
28     ]
29   }