blob: c34e3194a1617745411d0cb5866d365063e677e7 [file] [log] [blame]
{
"name": "ImageValet",
"version": "1.1.0",
"summary": "Delivers an image from a variety of local and remote image sources to a `UIImageView` 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": "1.1.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"
]
}
}