[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / f / b / ReactiveSwift / 7.1.0 / ReactiveSwift.podspec.json
blob677e920f7d5ce99dddadbf5f85526fe8e9210698
2   "name": "ReactiveSwift",
3   "version": "7.1.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": "10.0",
14     "osx": "10.12",
15     "watchos": "3.0",
16     "tvos": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
20     "tag": "7.1.0"
21   },
22   "source_files": [
23     "Sources/*.{swift}",
24     "Sources/**/*.{swift}"
25   ],
26   "pod_target_xcconfig": {
27     "OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
28   },
29   "cocoapods_version": ">= 1.7.0",
30   "swift_versions": [
31     "5.2",
32     "5.35.4",
33     "5.5",
34     "5.6",
35     "5.7"
36   ],
37   "swift_version": "5.35.4"