[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / d / SwiftBrick / 2.1.3 / SwiftBrick.podspec.json
blobfc60f0220d9400abb1ed6ac859de3d3d886a4e4d
2   "name": "SwiftBrick",
3   "version": "2.1.3",
4   "summary": "工具类组件.",
5   "description": "工具.",
6   "homepage": "https://github.com/jackiehu/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HU": "814030966@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/jackiehu/SwiftBrick.git",
16     "tag": "2.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": [
22     "5.5",
23     "5.4",
24     "5.3",
25     "5.2",
26     "5.1",
27     "5.0",
28     "4.2"
29   ],
30   "requires_arc": true,
31   "frameworks": [
32     "UIKit",
33     "Foundation"
34   ],
35   "dependencies": {
36     "SnapKit": [
38     ]
39   },
40   "resource_bundles": {
41     "SwiftBrick": [
42       "Sources/SwiftBrick/Resources/*.xcassets"
43     ]
44   },
45   "subspecs": [
46     {
47       "name": "Util",
48       "source_files": "Sources/SwiftBrick/Util/**/*"
49     },
50     {
51       "name": "Extensions",
52       "dependencies": {
53         "SwiftBrick/Util": [
55         ]
56       },
57       "source_files": "Sources/SwiftBrick/Extensions/**/*"
58     },
59     {
60       "name": "BaseCell",
61       "dependencies": {
62         "SwiftBrick/Extensions": [
64         ]
65       },
66       "source_files": "Sources/SwiftBrick/BaseCell/**/*"
67     },
68     {
69       "name": "BaseVC",
70       "dependencies": {
71         "SwiftBrick/Util": [
73         ],
74         "SwiftBrick/BaseCell": [
76         ],
77         "SwiftBrick/Extensions": [
79         ]
80       },
81       "source_files": "Sources/SwiftBrick/BaseVC/**/*"
82     },
83     {
84       "name": "ViewFactory",
85       "dependencies": {
86         "SwiftBrick/Util": [
88         ],
89         "SwiftBrick/Extensions": [
91         ]
92       },
93       "source_files": "Sources/SwiftBrick/ViewFactory/**/*"
94     }
95   ],
96   "swift_version": "5.5"