[Add] MapboxCommon 24.10.0-daily-2024-12-21-04-26
[CocoaPods.git] / Specs / 9 / f / b / ReactiveSwift / 7.2.0 / ReactiveSwift.podspec.json
blob743b404eb41614d32c5d081f7e4519d49e2c6b46
2   "name": "ReactiveSwift",
3   "version": "7.2.0",
4   "summary": "Streams of values over time",
5   "description": "ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.",
6   "homepage": "https://github.com/ReactiveCocoa/ReactiveSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": "ReactiveCocoa",
12   "platforms": {
13     "ios": "12.0",
14     "osx": "10.13",
15     "watchos": "4.0",
16     "tvos": "12.0"
17   },
18   "source": {
19     "git": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
20     "tag": "7.2.0"
21   },
22   "source_files": [
23     "Sources/*.{swift}",
24     "Sources/**/*.{swift}"
25   ],
26   "pod_target_xcconfig": {
27     "APPLICATION_EXTENSION_API_ONLY": "YES",
28     "OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
29   },
30   "cocoapods_version": ">= 1.7.0",
31   "swift_versions": [
32     "5.2",
33     "5.35.4",
34     "5.5",
35     "5.6",
36     "5.7",
37     "5.8",
38     "5.9"
39   ],
40   "swift_version": "5.35.4"