blob: d91c5216a55a72035fb81f0af2dc41f5474bc10e [file] [log] [blame]
{
"name": "ImageValet",
"version": "2.0.0",
"summary": "Delivers an image from a local or remote source to a `UIImageView` or closure, using `AlamofireImage` for asynchronous requests.",
"homepage": "https://github.com/AnthonyMDev/ImageValet",
"license": "MIT",
"authors": {
"Anthony Miller": "AnthonyMDev@gmail.com"
},
"source": {
"git": "https://github.com/AnthonyMDev/ImageValet.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/AnthonyMDev",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 3.1"
],
"AlamofireImage": [
"~> 2.1"
]
}
}