[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / f / 7 / d / BrickRequest / 0.5.0 / BrickRequest.podspec.json
blob5bc8a352b2cb282fd5ce5630992ee7ee8adc1ca9
2   "name": "BrickRequest",
3   "version": "0.5.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.5.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   "dependencies": {
23     "Alamofire": [
24       "~> 3.3.0"
25     ]
26   }