[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 7 / 6 / ADPhotoKit / 1.0.0 / ADPhotoKit.podspec.json
blob9ce5e3f8ccd15b16fb3161bed3aefa7c5613175a
2   "name": "ADPhotoKit",
3   "version": "1.0.0",
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.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.1",
22   "requires_arc": true,
23   "frameworks": [
24     "UIKit",
25     "Photos",
26     "PhotosUI",
27     "AVFoundation"
28   ],
29   "default_subspecs": "UI",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": [
34         "ADPhotoKit/Classes/Core/**/*.swift"
35       ],
36       "resource_bundles": {
37         "ADPhotoKitCore": [
38           "ADPhotoKit/Assets/Core/**/*"
39         ]
40       }
41     },
42     {
43       "name": "UI",
44       "dependencies": {
45         "ADPhotoKit/Core": [
47         ],
48         "SnapKit": [
50         ],
51         "Kingfisher": [
52           "~> 6.0"
53         ]
54       },
55       "source_files": [
56         "ADPhotoKit/Classes/UI/**/*.swift"
57       ],
58       "pod_target_xcconfig": {
59         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_UI"
60       },
61       "resource_bundles": {
62         "ADPhotoKitUI": [
63           "ADPhotoKit/Assets/UI/**/*"
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.1"