[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / 2 / 7 / AnyImageKit / 0.12.0 / AnyImageKit.podspec.json
blob6beb7a7ea833bb60f8c53b7cce49ce138e40a115
2   "name": "AnyImageKit",
3   "version": "0.12.0",
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.12.0"
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/AnyImageKit/Core/**/*.swift",
33       "resources": "Sources/AnyImageKit/Resources/Core/**/*",
34       "dependencies": {
35         "SnapKit": [
37         ]
38       }
39     },
40     {
41       "name": "Picker",
42       "source_files": "Sources/AnyImageKit/Picker/**/*.swift",
43       "resources": "Sources/AnyImageKit/Resources/Picker/**/*",
44       "dependencies": {
45         "AnyImageKit/Core": [
47         ]
48       },
49       "pod_target_xcconfig": {
50         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_PICKER"
51       }
52     },
53     {
54       "name": "Editor",
55       "source_files": "Sources/AnyImageKit/Editor/**/*.swift",
56       "resources": "Sources/AnyImageKit/Resources/Editor/**/*",
57       "dependencies": {
58         "AnyImageKit/Core": [
60         ]
61       },
62       "pod_target_xcconfig": {
63         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_EDITOR"
64       }
65     },
66     {
67       "name": "Capture",
68       "source_files": "Sources/AnyImageKit/Capture/**/*.{swift,metal}",
69       "resources": "Sources/AnyImageKit/Resources/Capture/**/*",
70       "dependencies": {
71         "AnyImageKit/Core": [
73         ]
74       },
75       "pod_target_xcconfig": {
76         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_CAPTURE"
77       }
78     }
79   ],
80   "swift_version": "5.1"