[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 2 / 7 / AnyImageKit / 0.5.2 / AnyImageKit.podspec.json
blob482d6b88ad47f660584ec65e1ceca88fdd32cf18
2   "name": "AnyImageKit",
3   "version": "0.5.2",
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.5.2"
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   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/Core/**/*",
32       "dependencies": {
33         "SnapKit": [
35         ]
36       }
37     },
38     {
39       "name": "Picker",
40       "source_files": "Sources/Picker/**/*.swift",
41       "resources": "Sources/Picker/Resources/**/*",
42       "dependencies": {
43         "AnyImageKit/Core": [
45         ]
46       }
47     },
48     {
49       "name": "Editor",
50       "source_files": "Sources/Editor/**/*.swift",
51       "resources": "Sources/Editor/Resources/**/*",
52       "dependencies": {
53         "AnyImageKit/Core": [
55         ]
56       },
57       "pod_target_xcconfig": {
58         "SWIFT_ACTIVE_COMPILATION_CONDITIONS": "ANYIMAGEKIT_ENABLE_EDITOR"
59       }
60     }
61   ],
62   "swift_version": "5.1"