[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 5 / 6 / Paparazzo / 1.0.0 / Paparazzo.podspec.json
blob9dfb1081e73f6015f6d7f15858c245300f1dc070
2   "name": "Paparazzo",
3   "module_name": "Paparazzo",
4   "version": "1.0.0",
5   "summary": "Paparazzo by Andrey Yutkin",
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.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     "SDWebImage": [
36       "~> 3.8"
37     ],
38     "ImageSource": [
40     ]
41   },
42   "pushed_with_swift_version": "3.0",
43   "subspecs": [
44     {
45       "name": "Core",
46       "source_files": "Paparazzo/Core/**/*",
47       "resources": [
48         "Paparazzo/Assets/Assets.xcassets"
49       ]
50     },
51     {
52       "name": "Marshroute",
53       "dependencies": {
54         "Paparazzo/Core": [
56         ],
57         "Marshroute": [
59         ]
60       },
61       "source_files": "Paparazzo/Marshroute/**/*"
62     }
63   ]