[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 2.0.0-rc.0 / RxCocoa.podspec.json
blob93633daad99959fd92a5afe52d0ef3cfde379e78
2   "name": "RxCocoa",
3   "version": "2.0.0-rc.0",
4   "summary": "RxSwift Cocoa extensions",
5   "description": "* UI extensions\n* NSURL extensions\n* KVO extensions",
6   "homepage": "https://github.com/ReactiveX/RxSwift",
7   "license": "MIT",
8   "authors": {
9     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ReactiveX/RxSwift.git",
13     "tag": "2.0.0-rc.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "2.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "RxCocoa/RxCocoa.h",
24     "RxCocoa/Common/**/*.{swift,h,m}"
25   ],
26   "ios": {
27     "source_files": "RxCocoa/iOS/**/*.swift"
28   },
29   "osx": {
30     "source_files": "RxCocoa/OSX/**/*.swift"
31   },
32   "watchos": {
33     "source_files": "RxCocoa/iOS/**/*.swift"
34   },
35   "tvos": {
36     "source_files": "RxCocoa/iOS/**/*.swift"
37   },
38   "dependencies": {
39     "RxSwift": [
40       "~> 2.0.0-rc"
41     ]
42   }