Add rewritten version of Reachability from: https://github.com/tonymillion/Reachability.

This commit is contained in:
Eloy Duran
2011-11-20 14:07:08 +01:00
parent dce5e33ab8
commit e33b41ee38
3 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
if config.ios?
s.dependency 'Reachability', '~> 2.0', '>= 2.0.4'
s.source_files = 'Classes'
s.frameworks = 'SystemConfiguration', 'MobileCoreServices', 'CFNetwork'
s.frameworks = 'MobileCoreServices', 'CFNetwork'
else
s.source_files = FileList['Classes/*.*'].exclude(/ASIAuthenticationDialog\.\w$/)
s.frameworks = 'SystemConfiguration', 'CoreServices'