2 "name": "ReactiveSwift",
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",
11 "authors": "ReactiveCocoa",
19 "git": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
22 "source_files": "Sources/*.{swift}",
23 "pod_target_xcconfig": {
24 "OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
26 "cocoapods_version": ">= 1.4.0",
27 "swift_versions": "5.0"