[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 5 / 6 / Paparazzo / 2.0.0 / Paparazzo.podspec.json
blobefdf1943500bda1445a0a34eef4ecdb21addb35c
2   "name": "Paparazzo",
3   "module_name": "Paparazzo",
4   "version": "2.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     "Timofey Khomutnikov": "tnkhomutnikov@avito.ru"
11   },
12   "source": {
13     "git": "https://github.com/avito-tech/Paparazzo.git",
14     "tag": "2.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "UIKit",
22     "Photos",
23     "ImageIO",
24     "MobileCoreServices",
25     "GLKit",
26     "OpenGLES",
27     "CoreMedia",
28     "CoreVideo",
29     "AVFoundation",
30     "QuartzCore"
31   ],
32   "dependencies": {
33     "JNWSpringAnimation": [
35     ],
36     "ImageSource/Core": [
38     ],
39     "ImageSource/PHAsset": [
41     ],
42     "ImageSource/Local": [
44     ],
45     "ImageSource/Remote": [
47     ]
48   },
49   "default_subspecs": [
50     "Core",
51     "Marshroute",
52     "AlamofireImage"
53   ],
54   "pushed_with_swift_version": "3.0",
55   "subspecs": [
56     {
57       "name": "AlamofireImage",
58       "dependencies": {
59         "Paparazzo/Core": [
61         ],
62         "ImageSource/AlamofireImage": [
64         ]
65       }
66     },
67     {
68       "name": "SDWebImage",
69       "dependencies": {
70         "Paparazzo/Core": [
72         ],
73         "ImageSource/SDWebImage": [
75         ]
76       }
77     },
78     {
79       "name": "Core",
80       "source_files": "Paparazzo/Core/**/*",
81       "resources": [
82         "Paparazzo/Assets/Assets.xcassets"
83       ]
84     },
85     {
86       "name": "Marshroute",
87       "dependencies": {
88         "Paparazzo/Core": [
90         ],
91         "Marshroute": [
93         ]
94       },
95       "source_files": "Paparazzo/Marshroute/**/*"
96     }
97   ]