[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 8 / 7 / 6 / ADPhotoKit / 1.1.0 / ADPhotoKit.podspec.json
blobbbdff9d93962a6c39c6128fc1f73bf05dced44a2
2   "name": "ADPhotoKit",
3   "version": "1.1.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.1.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": "CoreUI",
30   "subspecs": [
31     {
32       "name": "Base",
33       "source_files": [
34         "ADPhotoKit/Classes/Base/**/*.swift"
35       ],
36       "resource_bundles": {
37         "ADPhotoKitBase": [
38           "ADPhotoKit/Assets/Base/**/*"
39         ]
40       }
41     },
42     {
43       "name": "Core",
44       "dependencies": {
45         "ADPhotoKit/Base": [
47         ]
48       },
49       "source_files": [
50         "ADPhotoKit/Classes/Core/**/*.swift"
51       ],
52       "pod_target_xcconfig": {
53         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_Core"
54       }
55     },
56     {
57       "name": "CoreUI",
58       "dependencies": {
59         "ADPhotoKit/Core": [
61         ],
62         "SnapKit": [
64         ],
65         "Kingfisher": [
66           "~> 6.0"
67         ]
68       },
69       "source_files": [
70         "ADPhotoKit/Classes/CoreUI/**/*.swift"
71       ],
72       "pod_target_xcconfig": {
73         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_UI"
74       },
75       "resource_bundles": {
76         "ADPhotoKitCoreUI": [
77           "ADPhotoKit/Assets/CoreUI/**/*"
78         ]
79       }
80     },
81     {
82       "name": "ImageEdit",
83       "dependencies": {
84         "ADPhotoKit/Base": [
86         ],
87         "SnapKit": [
89         ]
90       },
91       "source_files": [
92         "ADPhotoKit/Classes/ImageEdit/**/*.swift"
93       ],
94       "pod_target_xcconfig": {
95         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "Module_ImageEdit"
96       },
97       "resource_bundles": {
98         "ADPhotoKitImageEdit": [
99           "ADPhotoKit/Assets/ImageEdit/**/*"
100         ]
101       }
102     }
103   ],
104   "swift_version": "5.1"