[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / 7 / AnyImageKit / 0.13.3 / AnyImageKit.podspec.json
blob1eb6c8da3a12bbcce48ce08d29cc6fd816c1afa1
2   "name": "AnyImageKit",
3   "version": "0.13.3",
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.13.3"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "swift_versions": [
19     "5.3"
20   ],
21   "frameworks": "Foundation",
22   "default_subspecs": [
23     "Core",
24     "Picker",
25     "Editor",
26     "Capture"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/AnyImageKit/Core/**/*.swift",
32       "resource_bundles": {
33         "AnyImageKit_Core": [
34           "Sources/AnyImageKit/Resources/Core/**/*"
35         ]
36       },
37       "dependencies": {
38         "SnapKit": [
40         ],
41         "Kingfisher": [
43         ]
44       }
45     },
46     {
47       "name": "Picker",
48       "source_files": "Sources/AnyImageKit/Picker/**/*.swift",
49       "resource_bundles": {
50         "AnyImageKit_Picker": [
51           "Sources/AnyImageKit/Resources/Picker/**/*"
52         ]
53       },
54       "dependencies": {
55         "AnyImageKit/Core": [
57         ]
58       },
59       "pod_target_xcconfig": {
60         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_PICKER"
61       }
62     },
63     {
64       "name": "Editor",
65       "source_files": "Sources/AnyImageKit/Editor/**/*.swift",
66       "resource_bundles": {
67         "AnyImageKit_Editor": [
68           "Sources/AnyImageKit/Resources/Editor/**/*"
69         ]
70       },
71       "dependencies": {
72         "AnyImageKit/Core": [
74         ]
75       },
76       "pod_target_xcconfig": {
77         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_EDITOR"
78       }
79     },
80     {
81       "name": "Capture",
82       "source_files": "Sources/AnyImageKit/Capture/**/*.{swift,metal}",
83       "resource_bundles": {
84         "AnyImageKit_Capture": [
85           "Sources/AnyImageKit/Resources/Capture/**/*"
86         ]
87       },
88       "ios": {
89         "pod_target_xcconfig": {
90           "METAL_LIBRARY_OUTPUT_DIR": "${TARGET_BUILD_DIR}/AnyImageKit_Capture.bundle/"
91         }
92       },
93       "dependencies": {
94         "AnyImageKit/Core": [
96         ]
97       },
98       "pod_target_xcconfig": {
99         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_CAPTURE"
100       }
101     }
102   ],
103   "swift_version": "5.3"