[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 1 / 3 / Requests / 0.3.1 / Requests.podspec.json
blobe0c1db8613b55c48fcba3249252d5cf742d651cd
2   "name": "Requests",
3   "version": "0.3.1",
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.1"
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   "swift_version": "5.0",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/**/*.swift",
30       "platforms": {
31         "ios": "8.0",
32         "osx": "10.10",
33         "tvos": "9.0"
34       }
35     }
36   ]