- Kenneth Geisshirt - Unleashing your inner Console Cowboy - Slides
- Hack Day - Hacking Cloud Kit and iOS 8 extensions - Slides
- Mike Ash - Swift and C - Playground
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" => "[email protected]" } | |
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, |