[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / a / CJFile / 0.0.8 / CJFile.podspec.json
blobbd956694daf4f88e6cc5ca2fe2040ba828bda925
2   "name": "CJFile",
3   "version": "0.0.8",
4   "summary": "文件操作的库(数据的缓存放在了CJNetwork/CJCacheManager)",
5   "homepage": "https://github.com/dvlproad/CJDatabase",
6   "description": "*、CJFMDBFileManager:一个不仅可以方便的操作数据库文件中的内容(增删改查),还可以方便的操作数据库文件(如创建、删除、重建)的库。\n\n A longer description of CJPopupAction in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!",
7   "license": "MIT",
8   "authors": {
9     "dvlproad": "studyroad@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/dvlproad/CJDatabase.git",
16     "tag": "CJFile_0.0.8"
17   },
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "CJFMDBFileManager",
23       "source_files": "CJFile/CJFMDBFileManager/**/*.{h,m}",
24       "resources": "CJFile/CJFMDBFileManager/demofmdb.db",
25       "dependencies": {
26         "FMDB": [
27           "~> 2.6.2"
28         ],
29         "CJFile/CJFileManager": [
31         ]
32       }
33     },
34     {
35       "name": "CJFileManager",
36       "source_files": "CJFile/CJFileManager/**/*.{h,m}"
37     },
38     {
39       "name": "CJFileModel",
40       "source_files": "CJFile/CJFileModel/**/*.{h,m}"
41     }
42   ]