blob: dfc6bcfc74848172c7ca4023120fd7161d90b264 [file] [log] [blame]
{
"name": "AlamofireImage",
"version": "2.0.0-beta.1",
"license": "MIT",
"summary": "AlamofireImage is an image component library for Alamofire",
"homepage": "https://github.com/Alamofire/AlamofireImage",
"social_media_url": "http://twitter.com/AlamofireSF",
"authors": {
"Alamofire Software Foundation": "info@alamofire.org"
},
"source": {
"git": "https://github.com/Alamofire/AlamofireImage.git",
"tag": "2.0.0-beta.1"
},
"source_files": "Source/*.swift",
"osx": {
"exclude_files": "Source/UIImage*.swift"
},
"watchos": {
"exclude_files": "Source/UIImageView+AlamofireImage.swift"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 3.0.0-beta.3"
]
}
}