[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 2 / 4 / CJFMDBFileManager / 1.0.0 / CJFMDBFileManager.podspec.json
blobaf13715f3b89c23f8dee2fc7ab6559f3fd4f4bac
2   "name": "CJFMDBFileManager",
3   "version": "1.0.0",
4   "summary": "更好的使用数据库easier to use FMDB.",
5   "homepage": "https://github.com/dvlproad/CJDatabase",
6   "license": "MIT",
7   "authors": {
8     "dvlproad": "studyroad@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/dvlproad/CJDatabase.git",
15     "tag": "CJFMDBFileManager_1.0.0"
16   },
17   "source_files": "CJFMDBFileManager/**/*.{h,m}",
18   "resources": "CJFMDBFileManager/demofmdb.db",
19   "frameworks": "UIKit",
20   "requires_arc": true,
21   "dependencies": {
22     "FMDB": [
23       "~> 2.6.2"
24     ]
25   }