This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
s.source = { :git => 'https://github.com/robbiehanson/CocoaLumberjack.git', | |
:commit => 'cce9f8029f29d1d44e9eedd0e5b958472694eac3' } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
s.source = { :git => 'https://github.com/robbiehanson/CocoaHTTPServer.git', :tag => '2.2.1' } | |
s.source_files = '{Core,Extensions}/**/*.{h,m}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' => '[email protected]' } | |
s.source = { :git => 'https://github.com/robbiehanson/CocoaAsyncSocket.git', :commit => 'd8d60083e07df77b1d5743d1f9bee55e0a3c3138' } |