[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / d / a / ImageSource / 3.0.1 / ImageSource.podspec.json
blobb7c309ccea0b0d8931d77b63d90d226253d4edcc
2   "name": "ImageSource",
3   "module_name": "ImageSource",
4   "version": "3.0.1",
5   "summary": "Image abstraction toolkit",
6   "homepage": "https://github.com/avito-tech/ImageSource",
7   "license": "MIT",
8   "authors": {
9     "Andrey Yutkin": "ayutkin@avito.ru"
10   },
11   "source": {
12     "git": "https://github.com/avito-tech/ImageSource.git",
13     "tag": "3.0.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "swift_versions": "5.0",
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core",
22     "PHAsset",
23     "Local",
24     "Remote",
25     "AlamofireImage"
26   ],
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.4"
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   ],
107   "swift_version": "5.0"