blob: 1c3fb803ef050915935781da9e008ac4195b45b3 [file] [log] [blame]
{
"name": "ReactiveSwift",
"version": "1.0.0-rc.2",
"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": "1.0.0-rc.2"
},
"source_files": "Sources/*.{swift}",
"dependencies": {
"Result": [
"~> 3.1"
]
},
"pushed_with_swift_version": "3.0"
}