blob: 36632f06711c5afc761ee89a117751da5e109a9a [file] [log] [blame]
{
"name": "BrickRequest",
"version": "0.3.0",
"summary": "BrickRequest is a helper library for Alamofire",
"description": "- BrickRequest is a helper library for Alamofire.\n- You can improve readability and DRYness when working with Alamofire.\n- BrickRequest provides several protocols.\n By using protocol extensions, you can build requests, just like building with LEGO bricks.\n- You can understand what the request does just by seeing the class signature.\n- Auto-retry ability is provided using `Reachability`",
"homepage": "https://github.com/muukii/BrickRequest",
"license": "MIT",
"authors": {
"muukii": "m@muukii.me"
},
"source": {
"git": "https://github.com/muukii/BrickRequest.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BrickRequest": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.3.0"
]
}
}