blob: f2c83533b687f31d920cc0ccecacaeb787b98f28 [file] [log] [blame]
{
"name": "WCSessionRx",
"version": "0.0.1",
"summary": "WCSession Reactive Extension with RxSwift.",
"description": "Inspired by\nhttps://github.com/ReactiveX/RxSwift/tree/master/RxExample/Extensions",
"homepage": "https://github.com/shintarogit/wcsession_rx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"shintarogit": "sig.shintaro@gmail.com"
},
"social_media_url": "https://twitter.com/Shintaro_In",
"platforms": {
"watchos": "2.2"
},
"source": {
"git": "https://github.com/shintarogit/wcsession_rx.git",
"tag": "0.0.1"
},
"source_files": "WCSession+Rx/**/*.swift",
"dependencies": {
"RxSwift": [
"~> 3.0.0"
],
"RxCocoa": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}