[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 2 / 3 / RxSession / 0.2.0 / RxSession.podspec.json
blobd07378a6eaa1d43a70c00e63b19d9015f0932505
2   "name": "RxSession",
3   "version": "0.2.0",
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": "0.2.0"
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": [
36     ]
37   },
38   "swift_version": "5.0",
39   "testspecs": [
40     {
41       "name": "Tests",
42       "test_type": "unit",
43       "platforms": {
44         "ios": "9.0",
45         "tvos": "9.0",
46         "osx": "10.11"
47       },
48       "source_files": "RxSessionTests/**/*.swift"
49     }
50   ]