[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 5 / 6 / Paparazzo / 1.1.0 / Paparazzo.podspec.json
blobc8a8eb145733e799f33bdcc19c98a021c1f015d7
2   "name": "Paparazzo",
3   "module_name": "Paparazzo",
4   "version": "1.1.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": "1.1.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": [
37     ],
38     "ImageSource/PHAsset": [
40     ],
41     "ImageSource/Local": [
43     ],
44     "ImageSource/Remote": [
46     ]
47   },
48   "default_subspecs": [
49     "Core",
50     "Marshroute",
51     "AlamofireImage"
52   ],
53   "pushed_with_swift_version": "3.0",
54   "subspecs": [
55     {
56       "name": "AlamofireImage",
57       "dependencies": {
58         "Paparazzo/Core": [
60         ],
61         "ImageSource/AlamofireImage": [
63         ]
64       }
65     },
66     {
67       "name": "SDWebImage",
68       "dependencies": {
69         "Paparazzo/Core": [
71         ],
72         "ImageSource/SDWebImage": [
74         ]
75       }
76     },
77     {
78       "name": "Core",
79       "source_files": "Paparazzo/Core/**/*",
80       "resources": [
81         "Paparazzo/Assets/Assets.xcassets"
82       ]
83     },
84     {
85       "name": "Marshroute",
86       "dependencies": {
87         "Paparazzo/Core": [
89         ],
90         "Marshroute": [
92         ]
93       },
94       "source_files": "Paparazzo/Marshroute/**/*"
95     }
96   ]