[Add] picoLLM-iOS 1.2.3
[CocoaPods.git] / Specs / f / 8 / d / XGFMDBManagers / 0.0.2 / XGFMDBManagers.podspec.json
blob711c4e8b6d76f51e42018a0297c237ebfbbd1977
2   "name": "XGFMDBManagers",
3   "version": "0.0.2",
4   "summary": "自己封装的FMDB 字典 模型 字符串 随便存 随便取",
5   "homepage": "https://github.com/zhaoxiaoga/XGFMDBManagers",
6   "license": "MIT",
7   "authors": {
8     "赵小嘎": "15110241511@163.com"
9   },
10   "platforms": {
11     "ios": "6.0"
12   },
13   "source": {
14     "git": "https://github.com/zhaoxiaoga/XGFMDBManagers.git",
15     "tag": "0.0.2"
16   },
17   "source_files": [
18     "XGFMDBManagers/XGFMDBManagers/XGDB",
19     "XGFMDBManagers/XGFMDBManagers/XGDB/**/*.{h,m}"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "FMDB": [
24       "~> 2.0"
25     ]
26   }