[Add] CZarSDK 1.1.9
[CocoaPods.git] / Specs / 8 / 0 / c / HXPhotoPicker / 4.2.2 / HXPhotoPicker.podspec.json
blobe06834fe50ede23cebf55ddb3aa8bd7312b534af
2   "name": "HXPhotoPicker",
3   "version": "4.2.2",
4   "summary": "照片/视频选择器 - 支持LivePhoto、GIF图片选择、自定义编辑照片/视频、3DTouch预览、浏览网络图片/网络视频 功能 - Imitation weibo photo/image picker - support for LivePhoto, GIF image selection, 3DTouch preview, browse the web image function",
5   "homepage": "https://github.com/SilenceLove/HXPhotoPicker",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "SilenceLove": "294005139@qq.com"
12   },
13   "swift_versions": [
14     "5.0"
15   ],
16   "platforms": {
17     "ios": "12.0"
18   },
19   "source": {
20     "git": "https://github.com/SilenceLove/HXPhotoPicker.git",
21     "tag": "4.2.2"
22   },
23   "frameworks": [
24     "UIKit",
25     "Photos",
26     "PhotosUI"
27   ],
28   "requires_arc": true,
29   "default_subspecs": "Full",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/HXPhotoPicker/Core/**/*.{swift}",
34       "dependencies": {
35         "HXPhotoPicker/Resources": [
37         ]
38       }
39     },
40     {
41       "name": "Resources",
42       "resources": "Sources/HXPhotoPicker/Resources/*.{bundle}",
43       "resource_bundles": {
44         "HXPhotoPicker_Privacy": [
45           "Sources/HXPhotoPicker/Resources/PrivacyInfo.xcprivacy"
46         ]
47       }
48     },
49     {
50       "name": "Picker",
51       "subspecs": [
52         {
53           "name": "Lite",
54           "source_files": "Sources/HXPhotoPicker/Picker/**/*.{swift}",
55           "dependencies": {
56             "HXPhotoPicker/Core": [
58             ]
59           },
60           "pod_target_xcconfig": {
61             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_PICKER"
62           }
63         },
64         {
65           "name": "KF",
66           "dependencies": {
67             "HXPhotoPicker/Picker/Lite": [
69             ],
70             "Kingfisher": [
71               "~> 7.0"
72             ]
73           }
74         }
75       ]
76     },
77     {
78       "name": "Editor",
79       "subspecs": [
80         {
81           "name": "Lite",
82           "source_files": "Sources/HXPhotoPicker/Editor/**/*.{swift}",
83           "dependencies": {
84             "HXPhotoPicker/EditorView/Lite": [
86             ]
87           },
88           "pod_target_xcconfig": {
89             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR"
90           }
91         },
92         {
93           "name": "KF",
94           "dependencies": {
95             "HXPhotoPicker/EditorView/KF": [
97             ],
98             "HXPhotoPicker/Editor/Lite": [
100             ],
101             "Kingfisher": [
102               "~> 7.0"
103             ]
104           }
105         }
106       ]
107     },
108     {
109       "name": "EditorView",
110       "subspecs": [
111         {
112           "name": "Lite",
113           "source_files": "Sources/HXPhotoPicker/Editor+View/**/*.{swift}",
114           "dependencies": {
115             "HXPhotoPicker/Core": [
117             ]
118           },
119           "pod_target_xcconfig": {
120             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR_VIEW"
121           }
122         },
123         {
124           "name": "KF",
125           "dependencies": {
126             "HXPhotoPicker/EditorView/Lite": [
128             ],
129             "Kingfisher": [
130               "~> 7.0"
131             ]
132           }
133         }
134       ]
135     },
136     {
137       "name": "Camera",
138       "subspecs": [
139         {
140           "name": "Lite",
141           "source_files": "Sources/HXPhotoPicker/Camera/**/*.{swift,metal}",
142           "dependencies": {
143             "HXPhotoPicker/Core": [
145             ]
146           },
147           "pod_target_xcconfig": {
148             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA"
149           }
150         },
151         {
152           "name": "Location",
153           "source_files": "Sources/HXPhotoPicker/Camera+Location/**/*.{swift}",
154           "pod_target_xcconfig": {
155             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA_LOCATION"
156           },
157           "dependencies": {
158             "HXPhotoPicker/Camera/Lite": [
160             ]
161           }
162         }
163       ]
164     },
165     {
166       "name": "Lite",
167       "dependencies": {
168         "HXPhotoPicker/Picker/Lite": [
170         ],
171         "HXPhotoPicker/Editor/Lite": [
173         ],
174         "HXPhotoPicker/Camera/Lite": [
176         ]
177       }
178     },
179     {
180       "name": "NoLocation",
181       "dependencies": {
182         "HXPhotoPicker/Picker": [
184         ],
185         "HXPhotoPicker/Editor": [
187         ],
188         "HXPhotoPicker/Camera/Lite": [
190         ]
191       }
192     },
193     {
194       "name": "Full",
195       "dependencies": {
196         "HXPhotoPicker/Picker": [
198         ],
199         "HXPhotoPicker/Editor": [
201         ],
202         "HXPhotoPicker/Camera": [
204         ]
205       }
206     }
207   ],
208   "swift_version": "5.0"