2 "name": "AbstractImage",
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",
12 "Dmitry Overchuk": "d@ovrchk.com"
15 "git": "https://github.com/ovrchk/AbstractImage.git",
21 "default_subspecs": "Core",
25 "source_files": "AbstractImage/Source/Core/**/*"
33 "AbstractImage/Core": [
37 "source_files": "AbstractImage/Source/Kingfisher/**/*"