blob: 600a5a9aad3a966ffe9c198a2332b4b83deec14c [file] [log] [blame]
{
"name": "AlamoImage",
"version": "0.3.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.3.0"
},
"default_subspecs": "Core",
"social_media_url": "https://twitter.com/Gvi113",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"subspecs": [
{
"name": "Common",
"ios": {
"source_files": "Common.swift"
},
"osx": {
"source_files": "Common.swift"
},
"dependencies": {
"Alamofire": [
"~> 1.2"
]
}
},
{
"name": "Core",
"ios": {
"source_files": "ImageRequest-ios.swift"
},
"osx": {
"source_files": "ImageRequest-osx.swift"
},
"dependencies": {
"AlamoImage/Common": [
]
}
},
{
"name": "ImageView",
"ios": {
"source_files": "ImageView-ios.swift"
},
"osx": {
"source_files": "ImageView-osx.swift"
},
"dependencies": {
"AlamoImage/Core": [
]
}
}
],
"deprecated_in_favor_of": "AlamofireImage"
}