blob: 5d1214a90dbbf20f07b0d267a9689ea174945ebd [file] [log] [blame]
{
"name": "BrickRequest",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BrickRequest": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.2.0"
]
}
}