[Add] SwiftMediator 1.1.0
[CocoaPods.git] / Specs / a / b / 5 / YIIFMDB / 1.0.3 / YIIFMDB.podspec.json
blob293e4353416eecf2f47c8228c0135b7cea1111de
2   "name": "YIIFMDB",
3   "version": "1.0.3",
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.3"
16   },
17   "source_files": "YIIFMDB/YIIFMDB/*.{h,m}",
18   "requires_arc": true,
19   "frameworks": "Foundation",
20   "dependencies": {
21     "FMDB": [
23     ]
24   }