Created
June 30, 2013 21:00
-
-
Save marcdown/5896863 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 = 'Reachability' | |
s.version = '3.1.0' | |
s.license = 'BSD' | |
s.homepage = 'https://github.com/tonymillion/Reachability' | |
s.authors = { 'Tony Million' => '[email protected]' } | |
s.summary = 'ARC and GCD Compatible Reachability Class for iOS. Drop in replacement for Apple Reachability.' | |
s.source = { :git => 'https://github.com/tonymillion/Reachability.git' } | |
s.source_files = 'Reachability.{h,m}' | |
s.framework = 'SystemConfiguration' | |
s.requires_arc = false | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment