Skip to content

Instantly share code, notes, and snippets.

@zieglar
Created May 2, 2014 08:28
Show Gist options
  • Save zieglar/e9e0a8b02d4ab034afd3 to your computer and use it in GitHub Desktop.
Save zieglar/e9e0a8b02d4ab034afd3 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'ValueInjector'
s.version = '1.0.7'
s.homepage = 'https://github.com/kelp404/ValueInjector'
s.source = { :git => 'https://github.com/kelp404/ValueInjector.git'}
s.requires_arc = true
s.ios.deployment_target = '6.0'
s.source_files = 'ValueInjector.{h,m}'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment