[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / c / 1 / RxCocoa / 6.8.0 / RxCocoa.podspec.json
blob5a0747495d83f839108fdad2349af75e62198168
2   "name": "RxCocoa",
3   "version": "6.8.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     "Shai Mishali": "freak4pc@gmail.com",
10     "Krunoslav Zaher": "krunoslav.zaher@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/ReactiveX/RxSwift.git",
14     "tag": "6.8.0"
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.10",
20     "watchos": "3.0",
21     "tvos": "9.0",
22     "visionos": "1.0"
23   },
24   "header_dir": "RxCocoa",
25   "source_files": [
26     "RxCocoa/**/*.{swift,h,m}",
27     "Platform/**/*.swift"
28   ],
29   "exclude_files": [
30     "RxCocoa/Platform/**/*.swift",
31     "Platform/AtomicInt.swift"
32   ],
33   "dependencies": {
34     "RxSwift": [
35       "6.8.0"
36     ],
37     "RxRelay": [
38       "6.8.0"
39     ]
40   },
41   "resource_bundles": {
42     "RxCocoa_Privacy": [
43       "Sources/RxCocoa/PrivacyInfo.xcprivacy"
44     ]
45   },
46   "swift_versions": "5.1",
47   "pod_target_xcconfig": {
48     "APPLICATION_EXTENSION_API_ONLY": "YES"
49   },
50   "swift_version": "5.1"