[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / f / 7 / d / BrickRequest / 0.4.0 / BrickRequest.podspec.json
blob2d89ce2069ff81fd8feb5fc689ee43c22234e93e
2   "name": "BrickRequest",
3   "version": "0.4.0",
4   "summary": "BrickRequest is a helper library for Alamofire",
5   "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`",
6   "homepage": "https://github.com/muukii/BrickRequest",
7   "license": "MIT",
8   "authors": {
9     "muukii": "m@muukii.me"
10   },
11   "source": {
12     "git": "https://github.com/muukii/BrickRequest.git",
13     "tag": "0.4.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "source_files": "BrickRequest/*.swift",
22   "resource_bundles": {
23     "BrickRequest": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "Alamofire": [
29       "~> 3.3.0"
30     ]
31   }