blob: 19fb7b79898c7fee3ba489c5146d9a0951580079 [file] [log] [blame]
{
"name": "AlamofireURLRequestConfigurable",
"version": "1.0.1",
"summary": "URLRequestConfigurable for Alamofire - Even cleaner type safe routing",
"description": "A replacement for Alamofire's URLRequestConvertible protocol for even cleaner type safe routing.",
"homepage": "https://github.com/gmarm/AlamofireURLRequestConfigurable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"George Marmaridis": "gmarmas@gmail.com"
},
"source": {
"git": "https://github.com/gmarm/AlamofireURLRequestConfigurable.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/gmarm",
"platforms": {
"ios": "8.0"
},
"source_files": "AlamofireURLRequestConfigurable/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}