[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / d / 2 / 3 / RxSession / 1.0.1 / RxSession.podspec.json
blobc8e50884b191e0fb96c0d451579f3c820ab56bdf
2   "name": "RxSession",
3   "version": "1.0.1",
4   "summary": "Rx Session to use with Endpoints.",
5   "description": "Rx Session to use with Endpoints. That's it...",
6   "homepage": "https://github.com/oanhof",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dominik Arnhof": "da@tailored-apps.com",
13     "Mario Hahn": "mh@tailored-apps.com"
14   },
15   "source": {
16     "git": "https://github.com/tailoredmedia/RxSession.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0",
22     "watchos": "3.0",
23     "osx": "10.11"
24   },
25   "source_files": "RxSession/**/*.swift",
26   "swift_versions": "5.0",
27   "dependencies": {
28     "RxSwift": [
30     ],
31     "RxCocoa": [
33     ],
34     "Endpoints": [
35       "~> 2.0"
36     ]
37   },
38   "testspecs": [
39     {
40       "name": "Tests",
41       "test_type": "unit",
42       "platforms": {
43         "ios": "9.0",
44         "tvos": "9.0",
45         "osx": "10.11"
46       },
47       "source_files": "RxSessionTests/**/*.swift"
48     }
49   ],
50   "swift_version": "5.0"