[Add] DatadogSessionReplay 2.22.0
[CocoaPods.git] / Specs / b / 1 / 3 / Requests / 0.3.2 / Requests.podspec.json
blob0671063b8d5eae27fec83992961c315ba3da281b
2   "name": "Requests",
3   "version": "0.3.2",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/alexjohnj/requests",
8   "authors": {
9     "Alex Jackson": "alex@alexj.org"
10   },
11   "summary": "Sugar for your HTTP requests.",
12   "source": {
13     "git": "https://github.com/alexjohnj/Requests.git",
14     "tag": "v0.3.2"
15   },
16   "source_files": "Sources/**/*.swift",
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "testspecs": [
25     {
26       "name": "Tests",
27       "test_type": "unit",
28       "source_files": "Tests/**/*.swift",
29       "platforms": {
30         "ios": "8.0",
31         "osx": "10.10",
32         "tvos": "9.0"
33       }
34     }
35   ],
36   "swift_version": "5.0"