11 lines
350 B
Ruby
11 lines
350 B
Ruby
Pod::Spec.new do
|
|
name 'Reachability'
|
|
version '2.0.4'
|
|
part_of 'ASIHTTPRequest', '>= 1.8'
|
|
homepage 'https://github.com/pokeb/asi-http-request/tree/v1.8.1/External/Reachability'
|
|
authors 'Apple', 'Donoho Design Group, LLC'
|
|
summary 'A wrapper for the SystemConfiguration Reachablity APIs.'
|
|
|
|
source_files 'External/Reachability'
|
|
end
|