Skip to content

Commit

Permalink
Add CDZPinger v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed Mar 12, 2013
1 parent 3089d9b commit 28599e0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CDZPinger/1.0/CDZPinger.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'CDZPinger'
s.version = '1.0'
s.summary = 'Easy-to-use ICMP Ping for iOS (and maybe OSX).'
s.homepage = 'https://github.com/cdzombak/CDZPinger'
s.license = 'MIT'
s.author = { 'Chris Dzombak' => 'chris@chrisdzombak.net' }

s.source = { :git => 'https://github.com/cdzombak/CDZPinger.git', :tag => 'v1.0' }
s.platform = :ios, '5.0'

s.source_files = '*.{h,m}'
s.public_header_files = 'CDZPinger.h'
s.frameworks = 'CFNetwork'
s.requires_arc = true
end

0 comments on commit 28599e0

Please sign in to comment.