Skip to content

Instantly share code, notes, and snippets.

View ashfurrow's full-sized avatar

Ash Furrow ashfurrow

View GitHub Profile
@ashfurrow
ashfurrow / RXCollections.podspec
Last active December 25, 2015 13:39 — forked from tonyarnold/RXCollections.podspec
Note that this is OSX only. Don't know how to deal with the whole NSSize/CGSize, etc dance.
Pod::Spec.new do |s|
s.name = "RXCollections"
s.version = "1.2.1"
s.summary = "map, filter, fold, and detect for Cocoa collections."
s.homepage = "https://github.com/robrix/RXCollections"
s.license = 'BSD'
s.platform = :osx, '10.8'
s.author = { "Rob Rix" => "rob.rix@me.com" }
s.framework = 'Foundation'
s.source = { :git => "https://github.com/robrix/RXCollections.git", :tag => "#{s.version}" }
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,