Last active
December 16, 2015 01:39
-
-
Save pablasso/5356881 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = "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