[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / b / 1 / 3 / Requests / 0.1.0 / Requests.podspec.json
blob60707612de65be045520a07035cdd7aad0812e4f
2   "name": "Requests",
3   "version": "0.1.0",
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.1.0"
15   },
16   "source_files": "Sources/Requests/**/*.swift",
17   "swift_version": "4.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/RequestsTests/**/*.swift",
29       "platforms": {
30         "ios": "8.0",
31         "osx": "10.10",
32         "tvos": "9.0"
33       }
34     }
35   ]