[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 2 / d / a / ImageSource / 1.1.0 / ImageSource.podspec.json
blob9bd32e180a49c09d9af62834db00f9722ec0b97f
2   "name": "ImageSource",
3   "module_name": "ImageSource",
4   "version": "1.1.0",
5   "summary": "ImageSource by Avito",
6   "homepage": "https://github.com/avito-tech/Paparazzo",
7   "license": "Avito",
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   "default_subspecs": [
20     "Core",
21     "PHAsset",
22     "Local",
23     "Remote",
24     "AlamofireImage"
25   ],
26   "pushed_with_swift_version": "3.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "frameworks": "CoreGraphics",
31       "source_files": "ImageSource/Core/*"
32     },
33     {
34       "name": "PHAsset",
35       "frameworks": "Photos",
36       "dependencies": {
37         "ImageSource/Core": [
39         ]
40       },
41       "source_files": "ImageSource/PHAsset/*"
42     },
43     {
44       "name": "Local",
45       "frameworks": [
46         "ImageIO",
47         "MobileCoreServices"
48       ],
49       "dependencies": {
50         "ImageSource/Core": [
52         ]
53       },
54       "source_files": "ImageSource/Local/*"
55     },
56     {
57       "name": "Remote",
58       "frameworks": [
59         "ImageIO",
60         "MobileCoreServices"
61       ],
62       "dependencies": {
63         "ImageSource/Core": [
65         ],
66         "ImageSource/UIKit": [
68         ]
69       },
70       "source_files": "ImageSource/Remote/*"
71     },
72     {
73       "name": "SDWebImage",
74       "dependencies": {
75         "ImageSource/Remote": [
77         ],
78         "SDWebImage": [
79           "~> 3.8"
80         ]
81       },
82       "source_files": "ImageSource/SDWebImage/*"
83     },
84     {
85       "name": "AlamofireImage",
86       "dependencies": {
87         "ImageSource/Remote": [
89         ],
90         "AlamofireImage": [
91           "~> 3"
92         ]
93       },
94       "source_files": "ImageSource/AlamofireImage/*"
95     },
96     {
97       "name": "UIKit",
98       "frameworks": "UIKit",
99       "dependencies": {
100         "ImageSource/Core": [
102         ]
103       },
104       "source_files": "ImageSource/UIKit/*"
105     }
106   ]