[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / d / BrickRequest / 0.2.1 / BrickRequest.podspec.json
blob5d1214a90dbbf20f07b0d267a9689ea174945ebd
2   "name": "BrickRequest",
3   "version": "0.2.1",
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.2.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "BrickRequest": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 3.2.0"
28     ]
29   }