[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / b / 6 / RACHTTPCommander / 0.0.1 / RACHTTPCommander.podspec.json
blob5c01f9ce7eaf827d4b3df8a1fc6737a6dc665bde
2   "name": "RACHTTPCommander",
3   "version": "0.0.1",
4   "summary": "Reactive Commands for interacting with HTTP servers",
5   "homepage": "https://github.com/SwiftReactive/HTTPCommander",
6   "license": "MIT",
7   "authors": {
8     "@pepibumur": "pepibumur@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/SwiftReactive/HTTPCommander.git",
12     "tag": "0.0.1"
13   },
14   "platforms": {
15     "tvos": "9.0",
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.1"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "HTTPCommander/Source/Core/**/*.{swift}",
23     "HTTPCommander/Source/RAC/**/*.{swift}"
24   ],
25   "dependencies": {
26     "RACCommander": [
27       "~> 0.0"
28     ],
29     "Alamofire": [
30       "~> 3.1"
31     ]
32   }