[Add] KGoogleMap 0.1.5
[CocoaPods.git] / Specs / 8 / 0 / c / HXPhotoPicker / 4.0.1 / HXPhotoPicker.podspec.json
blobf6903ed4f8df280d18804e9725685883d3f4bbec
2   "name": "HXPhotoPicker",
3   "version": "4.0.1",
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.0.1"
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       "resources": "Sources/HXPhotoPicker/Resources/*.{bundle}"
35     },
36     {
37       "name": "Picker",
38       "subspecs": [
39         {
40           "name": "Lite",
41           "source_files": "Sources/HXPhotoPicker/Picker/**/*.{swift}",
42           "dependencies": {
43             "HXPhotoPicker/Core": [
45             ]
46           },
47           "pod_target_xcconfig": {
48             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_PICKER"
49           }
50         },
51         {
52           "name": "KF",
53           "dependencies": {
54             "HXPhotoPicker/Picker/Lite": [
56             ],
57             "Kingfisher": [
58               "~> 7.0"
59             ]
60           }
61         }
62       ]
63     },
64     {
65       "name": "Editor",
66       "subspecs": [
67         {
68           "name": "Lite",
69           "source_files": "Sources/HXPhotoPicker/Editor/**/*.{swift}",
70           "dependencies": {
71             "HXPhotoPicker/EditorView/Lite": [
73             ]
74           },
75           "pod_target_xcconfig": {
76             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR"
77           }
78         },
79         {
80           "name": "KF",
81           "dependencies": {
82             "HXPhotoPicker/EditorView/KF": [
84             ],
85             "HXPhotoPicker/Editor/Lite": [
87             ],
88             "Kingfisher": [
89               "~> 7.0"
90             ]
91           }
92         }
93       ]
94     },
95     {
96       "name": "EditorView",
97       "subspecs": [
98         {
99           "name": "Lite",
100           "source_files": "Sources/HXPhotoPicker/Editor+View/**/*.{swift}",
101           "dependencies": {
102             "HXPhotoPicker/Core": [
104             ]
105           },
106           "pod_target_xcconfig": {
107             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR_VIEW"
108           }
109         },
110         {
111           "name": "KF",
112           "dependencies": {
113             "HXPhotoPicker/EditorView/Lite": [
115             ],
116             "Kingfisher": [
117               "~> 7.0"
118             ]
119           }
120         }
121       ]
122     },
123     {
124       "name": "Camera",
125       "subspecs": [
126         {
127           "name": "Lite",
128           "source_files": "Sources/HXPhotoPicker/Camera/**/*.{swift,metal}",
129           "dependencies": {
130             "HXPhotoPicker/Core": [
132             ]
133           },
134           "pod_target_xcconfig": {
135             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA"
136           }
137         },
138         {
139           "name": "Location",
140           "source_files": "Sources/HXPhotoPicker/Camera+Location/**/*.{swift}",
141           "pod_target_xcconfig": {
142             "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA_LOCATION"
143           },
144           "dependencies": {
145             "HXPhotoPicker/Camera/Lite": [
147             ]
148           }
149         }
150       ]
151     },
152     {
153       "name": "Lite",
154       "dependencies": {
155         "HXPhotoPicker/Picker/Lite": [
157         ],
158         "HXPhotoPicker/Editor/Lite": [
160         ],
161         "HXPhotoPicker/Camera/Lite": [
163         ]
164       }
165     },
166     {
167       "name": "NoLocation",
168       "dependencies": {
169         "HXPhotoPicker/Picker": [
171         ],
172         "HXPhotoPicker/Editor": [
174         ],
175         "HXPhotoPicker/Camera/Lite": [
177         ]
178       }
179     },
180     {
181       "name": "Full",
182       "dependencies": {
183         "HXPhotoPicker/Picker": [
185         ],
186         "HXPhotoPicker/Editor": [
188         ],
189         "HXPhotoPicker/Camera": [
191         ]
192       }
193     }
194   ],
195   "swift_version": "5.0"