blob: d2803b08ba1d89c1707813411ea945019c5189a9 [file] [log] [blame]
{
"name": "NSObject+Rx",
"version": "3.0.0",
"summary": "Handy RxSwift extensions on NSObject.",
"description": "Right now, we just have a `rx_disposeBag` property, but we're open to PRs!",
"homepage": "https://github.com/RxSwiftCommunity/NSObject-Rx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/RxSwiftCommunity/NSObject-Rx.git",
"tag": "3.0.0"
},
"source_files": "*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}