[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / a / 1 / NSObject+Rx / 5.0.2 / NSObject+Rx.podspec.json
bloba8cf44f2e18f7c4190a4a1a6e84568173d868fc1
2   "name": "NSObject+Rx",
3   "version": "5.0.2",
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_versions": "5.0",
22   "source": {
23     "git": "https://github.com/RxSwiftCommunity/NSObject-Rx.git",
24     "tag": "5.0.2"
25   },
26   "source_files": "*.swift",
27   "frameworks": "Foundation",
28   "dependencies": {
29     "RxSwift": [
30       "~> 5.0"
31     ]
32   },
33   "swift_version": "5.0"