blob: 111a5a65f6905a952bb690c54378056d9fd883d1 [file] [log] [blame]
{
"name": "AlamoImage",
"version": "0.1.0",
"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.0"
},
"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"
}