blob: 08826a65fbc68c68e4e06e4c68c5fecc161fcc2a [file] [log] [blame]
{
"name": "AbstractImage",
"version": "1.0.0",
"summary": "An abstraction over different kind of images",
"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.",
"homepage": "https://github.com/ovrchk/AbstractImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Overchuk": "d@ovrchk.com"
},
"source": {
"git": "https://github.com/ovrchk/AbstractImage.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "AbstractImage/Source/Core/**/*"
},
{
"name": "Kingfisher",
"dependencies": {
"Kingfisher": [
"~> 5"
],
"AbstractImage/Core": [
]
},
"source_files": "AbstractImage/Source/Kingfisher/**/*"
}
]
}