blob: e8f0c66ddc178db539e373be5fb8001041b0f0af [file] [log] [blame]
{
"name": "ReactiveSwift",
"version": "6.1.0",
"summary": "Streams of values over time",
"description": "ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveSwift",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "ReactiveCocoa",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"tag": "6.1.0"
},
"source_files": "Sources/*.{swift}",
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS[config=Release]": "$(inherited) -suppress-warnings"
},
"cocoapods_version": ">= 1.4.0",
"swift_versions": [
"5.0",
"5.1",
"5.1"
],
"swift_version": "5.1"
}