[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 1 / c / StarKit / 2.4.1.6 / StarKit.podspec.json
blob24ae55dc2ad37d4bf752e7f66041b5f180bb3097
2   "name": "StarKit",
3   "version": "2.4.1.6",
4   "license": "BSD-3-Clause",
5   "summary": "StarKit Lib",
6   "homepage": "https://m.startimestv.com/",
7   "authors": {
8     "StarTimes, Inc.": "zhihui.zhao@foxmail.com"
9   },
10   "source": {
11     "git": "http://10.0.250.70:8088/startimesapp/StarKit.git",
12     "tag": "2.4.1.6"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "swift_version": "4.2",
21   "default_subspecs": [
22     "Alert",
23     "BaseViewController",
24     "General",
25     "PageViewController",
26     "Progress",
27     "Protocols",
28     "OnlineUI",
29     "VersionUpdate"
30   ],
31   "subspecs": [
32     {
33       "name": "Alert",
34       "platforms": {
35         "ios": "8.0"
36       },
37       "ios": {
38         "source_files": [
39           "Alert/*.swift",
40           "Public/TableViewCellable.swift"
41         ]
42       },
43       "frameworks": "UIKit"
44     },
45     {
46       "name": "BaseViewController",
47       "platforms": {
48         "ios": "8.0"
49       },
50       "ios": {
51         "source_files": [
52           "BaseViewController/*.swift",
53           "BaseViewController/*.{h,m}"
54         ]
55       },
56       "frameworks": "UIKit"
57     },
58     {
59       "name": "General",
60       "platforms": {
61         "ios": "8.0"
62       },
63       "ios": {
64         "source_files": "General/**/*.swift"
65       },
66       "frameworks": "UIKit",
67       "dependencies": {
68         "StarKit/Protocols": [
70         ],
71         "Kingfisher": [
72           "~> 4.10.0"
73         ]
74       }
75     },
76     {
77       "name": "PageViewController",
78       "platforms": {
79         "ios": "8.0"
80       },
81       "ios": {
82         "source_files": "PageViewController/*.{h,m,swift}",
83         "public_header_files": "PageViewController/*.h"
84       },
85       "requires_arc": true,
86       "frameworks": "UIKit"
87     },
88     {
89       "name": "Progress",
90       "platforms": {
91         "ios": "8.0"
92       },
93       "ios": {
94         "source_files": "Progress/**/*.swift"
95       },
96       "frameworks": "UIKit"
97     },
98     {
99       "name": "Protocols",
100       "platforms": {
101         "ios": "8.0"
102       },
103       "ios": {
104         "source_files": "Protocols/*.swift"
105       },
106       "frameworks": "UIKit"
107     },
108     {
109       "name": "OnlineUI",
110       "platforms": {
111         "ios": "8.0"
112       },
113       "ios": {
114         "source_files": [
115           "OnlineUI/**/*.swift",
116           "Public/TableViewCellable.swift"
117         ]
118       },
119       "frameworks": "UIKit",
120       "dependencies": {
121         "StarKit/BaseViewController": [
123         ],
124         "OLMaterialComponents/Typography": [
125           "~> 1.0.0"
126         ],
127         "OLMaterialComponents/Font": [
128           "~> 1.0.0"
129         ],
130         "StarKit/General": [
132         ],
133         "StarKit/Protocols": [
135         ],
136         "OLMaterialComponents/TextFields": [
137           "~> 1.0.0"
138         ],
139         "OLMaterialComponents/Dialogs": [
140           "~> 1.0.0"
141         ]
142       },
143       "resource_bundles": {
144         "UIView": [
145           "OnlineUI/Assets/*.*"
146         ]
147       }
148     },
149     {
150       "name": "VersionUpdate",
151       "platforms": {
152         "ios": "8.0"
153       },
154       "ios": {
155         "source_files": "VersionUpdate/*.swift"
156       },
157       "frameworks": "UIKit",
158       "dependencies": {
159         "StarKit/Alert": [
161         ]
162       }
163     }
164   ]