[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / 5 / 6 / Paparazzo / 5.0.0 / Paparazzo.podspec.json
blobb3963ce5a77ffba4b0a74e877295d6055f2cb502
2   "name": "Paparazzo",
3   "module_name": "Paparazzo",
4   "version": "5.0.0",
5   "summary": "iOS component for picking and editing photos from camera and user's photo library",
6   "homepage": "https://github.com/avito-tech/Paparazzo",
7   "license": "MIT",
8   "authors": {
9     "Andrey Yutkin": "ayutkin@avito.ru"
10   },
11   "source": {
12     "git": "https://github.com/avito-tech/Paparazzo.git",
13     "tag": "5.0.0"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "frameworks": [
21     "UIKit",
22     "Photos",
23     "ImageIO",
24     "CoreServices",
25     "GLKit",
26     "OpenGLES",
27     "CoreMedia",
28     "CoreVideo",
29     "AVFoundation",
30     "QuartzCore"
31   ],
32   "dependencies": {
33     "JNWSpringAnimation": [
35     ],
36     "ImageSource/Core": [
37       "3.0.2"
38     ],
39     "ImageSource/PHAsset": [
40       "3.0.2"
41     ],
42     "ImageSource/Local": [
43       "3.0.2"
44     ],
45     "ImageSource/Remote": [
46       "3.0.2"
47     ]
48   },
49   "default_subspecs": [
50     "Core",
51     "Marshroute",
52     "AlamofireImage"
53   ],
54   "subspecs": [
55     {
56       "name": "AlamofireImage",
57       "dependencies": {
58         "Paparazzo/Core": [
60         ],
61         "ImageSource/AlamofireImage": [
62           "3.0.2"
63         ]
64       }
65     },
66     {
67       "name": "SDWebImage",
68       "dependencies": {
69         "Paparazzo/Core": [
71         ],
72         "ImageSource/SDWebImage": [
73           "3.0.2"
74         ]
75       }
76     },
77     {
78       "name": "Core",
79       "source_files": "Paparazzo/Core/**/*",
80       "ios": {
81         "resource_bundles": {
82           "Paparazzo": [
83             "Paparazzo/Shader/CameraShader.metallib",
84             "Paparazzo/Localization/*.lproj",
85             "Paparazzo/Assets/Assets.xcassets"
86           ]
87         }
88       }
89     },
90     {
91       "name": "Marshroute",
92       "dependencies": {
93         "Paparazzo/Core": [
95         ],
96         "Marshroute": [
98         ]
99       },
100       "source_files": "Paparazzo/Marshroute/**/*"
101     }
102   ],
103   "swift_version": "5.0"