blob: c8e50884b191e0fb96c0d451579f3c820ab56bdf [file] [log] [blame]
{
"name": "RxSession",
"version": "1.0.1",
"summary": "Rx Session to use with Endpoints.",
"description": "Rx Session to use with Endpoints. That's it...",
"homepage": "https://github.com/oanhof",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dominik Arnhof": "da@tailored-apps.com",
"Mario Hahn": "mh@tailored-apps.com"
},
"source": {
"git": "https://github.com/tailoredmedia/RxSession.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"watchos": "3.0",
"osx": "10.11"
},
"source_files": "RxSession/**/*.swift",
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"Endpoints": [
"~> 2.0"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "9.0",
"tvos": "9.0",
"osx": "10.11"
},
"source_files": "RxSessionTests/**/*.swift"
}
],
"swift_version": "5.0"
}