[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 2 / d / a / ImageSource / 1.0.0 / ImageSource.podspec.json
blobd01ec895db82acd0e29892bd4ab05319ed07a8b4
2   "name": "ImageSource",
3   "module_name": "ImageSource",
4   "version": "1.0.0",
5   "summary": "ImageSource by Avito",
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   "pushed_with_swift_version": "3.0",
20   "subspecs": [
21     {
22       "name": "Core",
23       "frameworks": "CoreGraphics",
24       "source_files": "ImageSource/Core/**/*"
25     },
26     {
27       "name": "PHAsset",
28       "frameworks": "Photos",
29       "dependencies": {
30         "ImageSource/Core": [
32         ]
33       },
34       "source_files": "ImageSource/PHAsset/*"
35     },
36     {
37       "name": "Local",
38       "frameworks": [
39         "ImageIO",
40         "MobileCoreServices"
41       ],
42       "dependencies": {
43         "ImageSource/Core": [
45         ]
46       },
47       "source_files": "ImageSource/Local/*"
48     },
49     {
50       "name": "Remote",
51       "frameworks": [
52         "ImageIO",
53         "MobileCoreServices"
54       ],
55       "dependencies": {
56         "ImageSource/Core": [
58         ],
59         "ImageSource/UIKit": [
61         ]
62       },
63       "source_files": "ImageSource/Remote/*",
64       "subspecs": [
65         {
66           "name": "SDWebImage",
67           "dependencies": {
68             "SDWebImage": [
69               "~> 3.8"
70             ]
71           },
72           "source_files": [
73             "ImageSource/Remote/*",
74             "ImageSource/Remote/SDWebImage/*"
75           ]
76         }
77       ]
78     },
79     {
80       "name": "UIKit",
81       "frameworks": "UIKit",
82       "dependencies": {
83         "ImageSource/Core": [
85         ]
86       },
87       "source_files": "ImageSource/UIKit/*"
88     }
89   ]