Skip to content

Instantly share code, notes, and snippets.

@hellopatrick
Created February 25, 2012 18:44
Show Gist options
  • Save hellopatrick/1910020 to your computer and use it in GitHub Desktop.
Save hellopatrick/1910020 to your computer and use it in GitHub Desktop.
JRSwizzle.podspec
Pod::Spec.new do |spec|
spec.name = 'JRSwizzle'
spec.version = '1.0'
spec.source = { :git => 'git://github.com/rentzsch/jrswizzle.git', :commit => '57f9d1bf7b' }
spec.source_files = 'JRSwizzle.{h,m}'
spec.clean_paths = 'JRSwizzleTest'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment