[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 7 / 6 / ADPhotoKit / 1.1.1 / ADPhotoKit.podspec.json
blobc55eb2f4642915e8c34768a957dc8cd0c548bc46
2   "name": "ADPhotoKit",
3   "version": "1.1.1",
4   "summary": "A library for select photos from album implemented by pure-Swift.",
5   "description": "ADPhotoKit is a pure-Swift library to select assets (e.g. photo,video,gif,livephoto) from system album.",
6   "homepage": "https://github.com/duzexu/ADPhotoKit.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "duzexu": "zexu007@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/duzexu/ADPhotoKit.git",
16     "tag": "1.1.1"
17   },
18   "documentation_url": "https://duzexu.github.io/ADPhotoKit/",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "swift_versions": "5.1",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "Photos",
27     "PhotosUI",
28     "AVFoundation"
29   ],
30   "default_subspecs": "CoreUI",
31   "subspecs": [
32     {
33       "name": "Base",
34       "source_files": [
35         "ADPhotoKit/Classes/Base/**/*.swift"
36       ],
37       "preserve_paths": "ADPhotoKit/ADPhotoKit.docc",
38       "resource_bundles": {
39         "ADPhotoKitBase": [
40           "ADPhotoKit/Assets/Base/**/*"
41         ]
42       }
43     },
44     {
45       "name": "Core",
46       "dependencies": {
47         "ADPhotoKit/Base": [
49         ],
50         "Kingfisher": [
51           "<= 5.15.8"
52         ]
53       },
54       "source_files": [
55         "ADPhotoKit/Classes/Core/**/*.swift"
56       ],
57       "pod_target_xcconfig": {
58         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_Core"
59       }
60     },
61     {
62       "name": "CoreUI",
63       "dependencies": {
64         "ADPhotoKit/Core": [
66         ],
67         "SnapKit": [
69         ]
70       },
71       "source_files": [
72         "ADPhotoKit/Classes/CoreUI/**/*.swift"
73       ],
74       "pod_target_xcconfig": {
75         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_UI"
76       },
77       "resource_bundles": {
78         "ADPhotoKitCoreUI": [
79           "ADPhotoKit/Assets/CoreUI/**/*"
80         ]
81       }
82     },
83     {
84       "name": "ImageEdit",
85       "dependencies": {
86         "ADPhotoKit/Base": [
88         ],
89         "SnapKit": [
91         ]
92       },
93       "source_files": [
94         "ADPhotoKit/Classes/ImageEdit/**/*.swift"
95       ],
96       "pod_target_xcconfig": {
97         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_ImageEdit"
98       },
99       "resource_bundles": {
100         "ADPhotoKitImageEdit": [
101           "ADPhotoKit/Assets/ImageEdit/**/*"
102         ]
103       }
104     }
105   ],
106   "swift_version": "5.1"