[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / a / 1 / NSObject+Rx / 5.0.0 / NSObject+Rx.podspec.json
blob899eb209994f216f863c94fabc60b22bb43be8d7
2   "name": "NSObject+Rx",
3   "version": "5.0.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/RxSwiftCommunity/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.10",
18     "watchos": "3.0",
19     "tvos": "9.0"
20   },
21   "swift_version": "5.0",
22   "source": {
23     "git": "https://github.com/RxSwiftCommunity/NSObject-Rx.git",
24     "tag": "5.0.0"
25   },
26   "source_files": "*.swift",
27   "frameworks": "Foundation",
28   "dependencies": {
29     "RxSwift": [
30       "~> 5.0"
31     ]
32   }