[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / 3 / c / HXPHPicker-Lite / 1.4.3 / HXPHPicker-Lite.podspec.json
blob473ab6021e40d5850364475b4d89a68dffad90e6
2   "name": "HXPHPicker-Lite",
3   "version": "1.4.3",
4   "summary": "Photo selector - Support LivePhoto, GIF selection",
5   "homepage": "https://github.com/SilenceLove/HXPHPicker",
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": "10.0"
18   },
19   "source": {
20     "git": "https://github.com/SilenceLove/HXPHPicker.git",
21     "tag": "1.4.3"
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/HXPHPicker/Core/**/*.{swift}",
34       "resources": "Sources/HXPHPicker/Resources/*.{bundle}"
35     },
36     {
37       "name": "Picker",
38       "source_files": "Sources/HXPHPicker/Picker/**/*.{swift}",
39       "dependencies": {
40         "HXPHPicker-Lite/Core": [
42         ]
43       },
44       "pod_target_xcconfig": {
45         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_PICKER"
46       }
47     },
48     {
49       "name": "Editor",
50       "source_files": "Sources/HXPHPicker/Editor/**/*.{swift}",
51       "dependencies": {
52         "HXPHPicker-Lite/Core": [
54         ]
55       },
56       "pod_target_xcconfig": {
57         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_EDITOR"
58       }
59     },
60     {
61       "name": "Camera",
62       "source_files": "Sources/HXPHPicker/Camera/**/*.{swift,metal}",
63       "dependencies": {
64         "HXPHPicker-Lite/Core": [
66         ]
67       },
68       "pod_target_xcconfig": {
69         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "HXPICKER_ENABLE_CAMERA"
70       }
71     },
72     {
73       "name": "Full",
74       "dependencies": {
75         "HXPHPicker-Lite/Picker": [
77         ],
78         "HXPHPicker-Lite/Editor": [
80         ],
81         "HXPHPicker-Lite/Camera": [
83         ]
84       }
85     }
86   ],
87   "swift_version": "5.0"