Files
JBChartView/Reachability/2.0.5/Reachability.podspec
T
2012-06-29 15:37:34 +02:00

16 lines
739 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Pod::Spec.new do |s|
s.name = 'Reachability'
s.version = '2.0.5'
s.platform = :ios
s.homepage = 'http://blog.ddg.com/?p=24'
s.authors = 'Apple', 'Donoho Design Group, LLC'
s.summary = 'A wrapper for the SystemConfiguration Reachability APIs.'
s.description = 'This is Apples example code of the SystemConfiguration Reachability APIs, ' \
'adapted by Andrew Donoho, split-off from the ASIHTTPRequest source. ' \
'(This code needs an actual maintainer.)'
s.source = { :git => 'https://github.com/CocoaPods/unmaintained-pod-Reachability.git', :tag => '2.0.5' }
s.source_files = 'Reachability.{h,m}'
s.framework = 'SystemConfiguration'
end