Created
May 2, 2014 08:28
-
-
Save zieglar/e9e0a8b02d4ab034afd3 to your computer and use it in GitHub Desktop.
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 = '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