[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 5 / a / 1 / NSObject+Rx / 4.4.0 / NSObject+Rx.podspec.json
blob82147c9eb4954f9b543824d7a6827163ab0e7b54
2   "name": "NSObject+Rx",
3   "version": "4.4.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": "2.0",
19     "tvos": "9.0"
20   },
21   "swift_version": "4.0",
22   "source": {
23     "git": "https://github.com/RxSwiftCommunity/NSObject-Rx.git",
24     "tag": "4.4.0"
25   },
26   "source_files": "*.swift",
27   "frameworks": "Foundation",
28   "dependencies": {
29     "RxSwift": [
30       "~> 4.3"
31     ]
32   }