Skip to content

Instantly share code, notes, and snippets.

@Igor-Palaguta
Last active September 16, 2016 19:09
Show Gist options
  • Save Igor-Palaguta/56b250cab83ab484504f46bf2d26ad4c to your computer and use it in GitHub Desktop.
Save Igor-Palaguta/56b250cab83ab484504f46bf2d26ad4c to your computer and use it in GitHub Desktop.
{
"name": "ReactiveSwift",
"version": "5.0.0",
"summary": "A framework for composing and transforming streams of values.",
"description": "ReactiveCocoa (RAC) is an Objective-C framework for Functional Reactive Programming.\nIt provides APIs for composing and transforming streams of values.",
"homepage": "https://github.com/ReactiveCocoa/ReactiveCocoa",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Josh Abernathy": "josh@github.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/ReactiveCocoa/ReactiveSwift.git",
"branch": "master"
},
"dependencies": {
"Result": [
"~> 3.0"
]
},
"source_files": "Sources/*.{d,h,m,swift}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment