Skip to content

Instantly share code, notes, and snippets.

@zykis
zykis / ReactiveCocoa.podspec.json
Created December 10, 2016 11:20 — forked from PaulTaykalo/ReactiveCocoa.podspec.json
Reactive cocoa 4.1.0 podspec for Cocoapods 1.0
{
"name": "ReactiveCocoa",
"version": "4.2.2",
"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"
},