[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 8 / 0 / SYFMDBModel / 0.0.4 / SYFMDBModel.podspec.json
blob9357717ca03b1fa9db87243e953a3893bfe9cc15
2   "name": "SYFMDBModel",
3   "version": "0.0.4",
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.4"
20   },
21   "source_files": "SYFMDBModel/**/*.{h,m}",
22   "frameworks": "UIKit",
23   "libraries": "objc",
24   "dependencies": {
25     "FMDB": [
26       "2.7.2"
27     ]
28   }