Skip to content

Commit

Permalink
Added VPPReachability library
Browse files Browse the repository at this point in the history
  • Loading branch information
vicpenap committed Apr 20, 2012
1 parent a4b0059 commit 2f2e1a6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions VPPReachability/0.1.0/VPPReachability.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'VPPReachability'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'VPPReachability Library for iOS simplifies access to the status of a given hostname.'
s.homepage = 'https://github.com/vicpenap/VPPReachability'
s.author = { 'Victor Pena' => 'contact@victorpena.es' }
s.source = { :git => 'https://github.com/vicpenap/VPPReachability.git', :tag => '0.1.0' }
s.source_files = 'VPPReachability/'
s.frameworks = 'SystemConfiguration'
end

0 comments on commit 2f2e1a6

Please sign in to comment.