[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 5 / a / 1 / NSObject+Rx / 1.1.0 / NSObject+Rx.podspec.json
blobad4279b013e0a50987b56af19801c38fc536b2f0
2   "name": "NSObject+Rx",
3   "version": "1.1.0",
4   "summary": "Handy RxSwift extensions on NSObject.",
5   "description": "Right now, we just have a `rx_disposeBag` property, but we're open to PRs!",
6   "homepage": "https://github.com/ashfurrow/NSObject-Rx",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ash Furrow": "ash@ashfurrow.com"
13   },
14   "social_media_url": "http://twitter.com/ashfurrow",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/ashfurrow/NSObject-Rx.git",
23     "tag": "1.1.0"
24   },
25   "source_files": "*.swift",
26   "frameworks": "Foundation",
27   "dependencies": {
28     "RxSwift": [
29       "~> 2.0.0-beta"
30     ]
31   }