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