Skip to content

Instantly share code, notes, and snippets.

View codyrobb's full-sized avatar

Cody Robertson codyrobb

  • StockX
  • Milford, Michigan
View GitHub Profile
@codyrobb
codyrobb / ReactiveCocoa.podspec.json
Last active August 9, 2016 19:59 — forked from PaulTaykalo/ReactiveCocoa.podspec.json
Reactive cocoa 4.1.0 podspec for Cocoapods 1.0
{
"name": "ReactiveCocoa",
"version": "4.2.1",
"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"
},