Skip to content

Instantly share code, notes, and snippets.

View rvenable's full-sized avatar

Richard Venable rvenable

  • Allogy Interactive
View GitHub Profile
@rvenable
rvenable / CocoaAsyncSocket.podspec
Created December 12, 2012 15:52
CocoaAsyncSocket without the iOS 6 warnings
Pod::Spec.new do |s|
s.name = 'CocoaAsyncSocket'
s.version = '0.0.1'
s.license = 'public domain'
s.summary = 'An asynchronous socket networking library for Cocoa.'
s.homepage = 'https://github.com/robbiehanson/CocoaAsyncSocket'
s.authors = 'Dustin Voss', { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', :commit => 'd8d60083e07df77b1d5743d1f9bee55e0a3c3138' }
@rvenable
rvenable / CocoaHTTPServer.podspec
Created December 12, 2012 15:39
CocoaHTTPServer that supports my custom CocoaLumberjack podspec
Pod::Spec.new do |s|
s.name = 'CocoaHTTPServer'
s.version = '2.2.1'
s.license = 'BSD'
s.summary = 'A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.'
s.homepage = 'https://github.com/robbiehanson/CocoaHTTPServer'
s.authors = { 'Robbie Hanson' => 'cocoahttpserver@googlegroups.com' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaHTTPServer.git', :tag => '2.2.1' }
s.source_files = '{Core,Extensions}/**/*.{h,m}'
@rvenable
rvenable / CocoaLumberjack.podspec
Created December 12, 2012 15:25
CocoaLumberjack without the iOS 6 build warnings
Pod::Spec.new do |s|
s.name = 'CocoaLumberjack'
s.version = '1.6.1.custom'
s.license = 'BSD'
s.summary = 'A fast & simple, yet powerful & flexible logging framework for Mac and iOS.'
s.homepage = 'https://github.com/robbiehanson/CocoaLumberjack'
s.author = { 'Robbie Hanson' => 'robbiehanson@deusty.com' }
s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git',
:commit => 'cce9f8029f29d1d44e9eedd0e5b958472694eac3' }