Skip to content

Instantly share code, notes, and snippets.

@pablasso
Last active December 16, 2015 01:39
Show Gist options
  • Save pablasso/5356881 to your computer and use it in GitHub Desktop.
Save pablasso/5356881 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "KSReachability"
s.ios.deployment_target = "4.0"
s.osx.deployment_target = "10.6"
s.version = "1.1"
s.summary = "A better iOS & Mac reachability for a modern age."
s.homepage = "https://github.com/kstenerud/KSReachability"
s.license = { :type => 'MIT', :file => 'README.md' }
s.author = { "Karl Stenerud" => "[email protected]" }
s.source = { :git => "https://github.com/kstenerud/KSReachability.git", :tag => "1.1" }
s.source_files = 'KSReachability/KSReachability'
s.frameworks = 'Foundation', 'SystemConfiguration'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment