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