[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / e / 5 / 6 / Paparazzo / 3.0.0 / Paparazzo.podspec.json
bloba5a1332806c3edff8f937c17f1ee4a7b44c2d61e
2   "name": "Paparazzo",
3   "module_name": "Paparazzo",
4   "version": "3.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": "3.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "frameworks": [
20     "UIKit",
21     "Photos",
22     "ImageIO",
23     "MobileCoreServices",
24     "GLKit",
25     "OpenGLES",
26     "CoreMedia",
27     "CoreVideo",
28     "AVFoundation",
29     "QuartzCore"
30   ],
31   "dependencies": {
32     "JNWSpringAnimation": [
34     ],
35     "ImageSource/Core": [
36       "~> 2.2"
37     ],
38     "ImageSource/PHAsset": [
39       "~> 2.2"
40     ],
41     "ImageSource/Local": [
42       "~> 2.2"
43     ],
44     "ImageSource/Remote": [
45       "~> 2.2"
46     ]
47   },
48   "default_subspecs": [
49     "Core",
50     "Marshroute",
51     "AlamofireImage"
52   ],
53   "subspecs": [
54     {
55       "name": "AlamofireImage",
56       "dependencies": {
57         "Paparazzo/Core": [
59         ],
60         "ImageSource/AlamofireImage": [
61           "~> 2.2"
62         ]
63       }
64     },
65     {
66       "name": "SDWebImage",
67       "dependencies": {
68         "Paparazzo/Core": [
70         ],
71         "ImageSource/SDWebImage": [
72           "~> 2.2"
73         ]
74       }
75     },
76     {
77       "name": "Core",
78       "source_files": "Paparazzo/Core/**/*",
79       "ios": {
80         "resource_bundles": {
81           "Paparazzo": [
82             "Paparazzo/Shader/CameraShader.metallib",
83             "Paparazzo/Localization/*.lproj",
84             "Paparazzo/Assets/Assets.xcassets"
85           ]
86         }
87       }
88     },
89     {
90       "name": "Marshroute",
91       "dependencies": {
92         "Paparazzo/Core": [
94         ],
95         "Marshroute": [
97         ]
98       },
99       "source_files": "Paparazzo/Marshroute/**/*"
100     }
101   ]