blob: ad4279b013e0a50987b56af19801c38fc536b2f0 [file] [log] [blame]
{
"name": "NSObject+Rx",
"version": "1.1.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/ashfurrow/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.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ashfurrow/NSObject-Rx.git",
"tag": "1.1.0"
},
"source_files": "*.swift",
"frameworks": "Foundation",
"dependencies": {
"RxSwift": [
"~> 2.0.0-beta"
]
}
}