Skip to content

Instantly share code, notes, and snippets.

Pod::Spec.new do |s|
s.name = 'JSONKit'
s.version = '1.6'
s.summary = 'A Very High Performance Objective-C JSON Library.'
s.homepage = 'https://github.com/johnezang/JSONKit'
s.author = 'John Engelhart'
s.source = { :git => 'https://github.com/creativemess/JSONKit.git' }
s.source_files = 'JSONKit.*'
end
Pod::Spec.new do |s|
s.name = 'DAKeyboardControl'
s.version = '1.0'
s.homepage = 'https://github.com/danielamitay/DAKeyboardControl'
s.source = { :git => 'https://github.com/danielamitay/DAKeyboardControl.git', :commit => '6248e9f888' }
s.source_files = 'DAKeyboardControl/DAKeyboardControl.{h,m}'
end
@marcdown
marcdown / AFDownloadRequestOperation.podspec
Created November 26, 2012 06:35
AFDownloadRequestOperation Podspec
pod do |spec|
spec.name = 'AFDownloadRequestOperation'
spec.version = '1.0'
spec.homepage = 'https://github.com/steipete/AFDownloadRequestOperation'
spec.source = { :git => 'https://github.com/steipete/AFDownloadRequestOperation.git' }
spec.source_files = '*.{h,m}'
s.requires_arc = true
end