[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / d / 0 / AbstractImage / 1.0.0 / AbstractImage.podspec.json
blob08826a65fbc68c68e4e06e4c68c5fecc161fcc2a
2   "name": "AbstractImage",
3   "version": "1.0.0",
4   "summary": "An abstraction over different kind of images",
5   "description": "The main goal is to help you abstract from what kind of image your client code is working with.\nDoesnt matter is it image from your *.xcassets, local file or dowloadable image, all of it can be AbstractImage.",
6   "homepage": "https://github.com/ovrchk/AbstractImage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitry Overchuk": "d@ovrchk.com"
13   },
14   "source": {
15     "git": "https://github.com/ovrchk/AbstractImage.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "AbstractImage/Source/Core/**/*"
26     },
27     {
28       "name": "Kingfisher",
29       "dependencies": {
30         "Kingfisher": [
31           "~> 5"
32         ],
33         "AbstractImage/Core": [
35         ]
36       },
37       "source_files": "AbstractImage/Source/Kingfisher/**/*"
38     }
39   ]