[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / f / 2 / 1 / RxObserve / 0.2.0 / RxObserve.podspec.json
blobc70c9f9657d4aabc2cde931aebd1513c819a496d
2   "name": "RxObserve",
3   "version": "0.2.0",
4   "summary": "RxSwift Extension for easier use of observe.",
5   "description": "RxSwift Extension for easier use of observe.\nRxObserve is an extension that allows you to use observe with keypath.",
6   "homepage": "https://github.com/kjisoo/RxObserve",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kjisoo": "kim@jisoo.net"
13   },
14   "source": {
15     "git": "https://github.com/kjisoo/RxObserve.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Sources/**/*.swift",
23   "dependencies": {
24     "RxSwift": [
25       ">= 4.0"
26     ],
27     "RxCocoa": [
28       ">= 4.0"
29     ]
30   }