[Add] FirebaseUI 15.0.0
[CocoaPods.git] / Specs / a / b / 5 / YIIFMDB / 1.0.1 / YIIFMDB.podspec.json
blob683a4f14063a3565688e45575cc8ee8772b319af
2   "name": "YIIFMDB",
3   "version": "1.0.1",
4   "summary": "基于FMDB的再一次封装,纯面向对象,直接操作Model,不需要写sqlite语句",
5   "homepage": "https://github.com/liuchongfaye/YIIFMDB",
6   "license": "MIT",
7   "authors": {
8     "刘冲": "liuchongfaye@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/liuchongfaye/YIIFMDB.git",
15     "tag": "1.0.1"
16   },
17   "source_files": "YIIFMDB/YIIFMDB/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "dependencies": {
21     "FMDB": [
23     ]
24   }