[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / a / b / 0 / FFDB / 1.0.1 / FFDB.podspec.json
blob57a1404f17e0ae4726f167fb3e8adae2aa1c6250
2   "name": "FFDB",
3   "version": "1.0.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": "1.0.1"
19   },
20   "source_files": [
21     "FFDB",
22     "FFDB/FFDB/*.{h,m}"
23   ],
24   "libraries": "sqlite3",
25   "dependencies": {
26     "FMDB": [
27       "~> 2.6.2"
28     ],
29     "YYModel": [
30       "~> 1.0.4"
31     ]
32   }