Skip to content

Instantly share code, notes, and snippets.

View kviksilver's full-sized avatar

Boris Erceg kviksilver

View GitHub Profile
@kviksilver
kviksilver / ReactiveCocoa.podspec.json
Created July 11, 2016 19:24 — forked from PaulTaykalo/ReactiveCocoa.podspec.json
Reactive cocoa 4.1.0 podspec for Cocoapods 1.0
{
"name": "ReactiveCocoa",
"version": "4.1.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"
},