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}",
28 "pod_target_xcconfig": {
29 "OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
31 "cocoapods_version": ">= 1.4.0",
32 "swift_versions": "4.2"