[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / 7 / AnyImageKit / 0.7.5 / AnyImageKit.podspec.json
blobee8ecfd39c9ee7f43bc95cb0f3ab57cdbf1b1ca4
2   "name": "AnyImageKit",
3   "version": "0.7.5",
4   "license": "MIT",
5   "summary": "AnyImageKit is a toolbox for picking and editing photos.",
6   "homepage": "https://github.com/AnyImageProject/AnyImageKit",
7   "authors": {
8     "anotheren": "liudong.edward@gmail.com",
9     "RayJiang16": "1184731421@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/AnyImageProject/AnyImageKit.git",
13     "tag": "0.7.5"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": [
19     "5.0",
20     "5.1"
21   ],
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "Core",
25     "Picker",
26     "Editor",
27     "Capture"
28   ],
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/Core/**/*.swift",
33       "resources": "Sources/Core/Resources/**/*",
34       "dependencies": {
35         "SnapKit": [
37         ]
38       }
39     },
40     {
41       "name": "Picker",
42       "source_files": "Sources/Picker/**/*.swift",
43       "resources": "Sources/Picker/Resources/**/*",
44       "dependencies": {
45         "AnyImageKit/Core": [
47         ]
48       }
49     },
50     {
51       "name": "Editor",
52       "source_files": "Sources/Editor/**/*.swift",
53       "resources": "Sources/Editor/Resources/**/*",
54       "dependencies": {
55         "AnyImageKit/Core": [
57         ]
58       },
59       "pod_target_xcconfig": {
60         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_EDITOR"
61       }
62     },
63     {
64       "name": "Capture",
65       "source_files": "Sources/Capture/**/*.swift",
66       "resources": "Sources/Capture/Resources/**/*",
67       "dependencies": {
68         "AnyImageKit/Core": [
70         ]
71       },
72       "pod_target_xcconfig": {
73         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_CAPTURE"
74       }
75     }
76   ],
77   "swift_version": "5.1"