[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / a / f / 4 / CCQToolBox / 1.1.0 / CCQToolBox.podspec.json
blobf4a00e3be348a4e41724afcd7d6209059de8a6ee
2   "name": "CCQToolBox",
3   "version": "1.1.0",
4   "summary": "常用工具文件",
5   "homepage": "https://gitee.com/chaoqun/CCQToolBox",
6   "license": "MIT",
7   "authors": {
8     "xiaoyao": "920480979@qq.com"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "git@gitee.com:chaoqun/CCQToolBox.git",
15     "tag": "1.1.0"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "requires_arc": true,
22   "swift_versions": "5.3",
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "SwiftyJSON": [
29     ],
30     "MJRefresh": [
32     ],
33     "MBProgressHUD": [
35     ],
36     "Kingfisher": [
38     ],
39     "SwifterSwift": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Tools",
46       "source_files": "CCQToolBox/Tools/*.{h,m,swift}"
47     },
48     {
49       "name": "UI",
50       "source_files": "CCQToolBox/UI/*.{h,m,swift}",
51       "dependencies": {
52         "CCQToolBox/Tools": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.3"