[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / a / 8 / 0 / SYFMDBModel / 0.0.5 / SYFMDBModel.podspec.json
blobc9ab55e36d6cb41458329d7811374cabbe92b309
2   "name": "SYFMDBModel",
3   "version": "0.0.5",
4   "summary": "对FMDB进行扩展",
5   "description": "对FMDB进行扩展, 效果是可以对对象进行存储并从数据库中得到对象",
6   "platforms": {
7     "ios": "8.0"
8   },
9   "homepage": "https://github.com/gushengya/SYFMDBModel",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "gushengya": "759705236@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/gushengya/SYFMDBModel.git",
19     "tag": "0.0.5"
20   },
21   "source_files": "SYFMDBModel/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "libraries": "objc",
24   "dependencies": {
25     "FMDB": [
26       "2.7.2"
27     ]
28   }