blob: 096cfff4acdc4a6dbb55073701cfe1810619fa5e [file] [log] [blame]
{
"name": "RxPusherSwift",
"version": "0.1.0",
"summary": "Rx wrapper for PusherSwift",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/jondwillis/RxPusherSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jon Willis": "jondwillis@gmail.com"
},
"source": {
"git": "https://github.com/jondwillis/RxPusherSwift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "RxPusherSwift/Classes/**/*",
"dependencies": {
"PusherSwift": [
"~> 2.0"
],
"RxSwift": [
"~> 2.6"
],
"RxCocoa": [
"~> 2.6"
]
}
}