blob: 114ebf7732932a4bc4c11c26fb38761499bdcaee [file] [log] [blame]
{
"name": "AlamoImage",
"version": "0.1.3",
"summary": "Image downloading with Alamofire",
"description": " AlamoImage is a simple way to deal with image downloading using Alamofire\n\n",
"homepage": "https://github.com/gchiacchio/AlamoImage",
"license": "MIT",
"authors": {
"Guillermo Chiacchio": "guillermo.chiacchio@gmail.com"
},
"source": {
"git": "https://github.com/gchiacchio/AlamoImage.git",
"tag": "0.1.3"
},
"default_subspecs": "Core",
"social_media_url": "https://twitter.com/Gvi113",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/ImageRequest.swift",
"dependencies": {
"Alamofire": [
"~> 1.2"
]
}
},
{
"name": "ImageView",
"source_files": "Pod/Classes/ImageView.swift",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~> 1.2"
],
"AlamoImage/Core": [
]
}
}
],
"deprecated_in_favor_of": "AlamofireImage"
}