[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 5.1.1 / RxCocoa.podspec.json
blob30e8ed810c375653d9aca001605fa1c3bc48df1f
2   "name": "RxCocoa",
3   "version": "5.1.1",
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": "5.1.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9",
19     "watchos": "3.0",
20     "tvos": "9.0"
21   },
22   "source_files": [
23     "RxCocoa/**/*.{swift,h,m}",
24     "Platform/**/*.swift"
25   ],
26   "exclude_files": [
27     "RxCocoa/Platform/**/*.swift",
28     "Platform/AtomicInt.swift"
29   ],
30   "dependencies": {
31     "RxSwift": [
32       "~> 5"
33     ],
34     "RxRelay": [
35       "~> 5"
36     ]
37   },
38   "swift_versions": "5.0",
39   "swift_version": "5.0"