blob: 2d89ce2069ff81fd8feb5fc689ee43c22234e93e [file] [log] [blame]
{
"name": "BrickRequest",
"version": "0.4.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.4.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "BrickRequest/*.swift",
"resource_bundles": {
"BrickRequest": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.3.0"
]
}
}