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