Skip to content

Commit

Permalink
[Update] KSReachability (1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjuhasz committed Sep 11, 2012
1 parent ae7c825 commit f4eb34f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions KSReachability/1.0/KSReachability.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "KSReachability"
s.ios.deployment_target = "4.0"
s.osx.deployment_target = "10.6"
s.version = "1.0"
s.summary = "A better iOS & Mac reachability for a modern age."
s.homepage = "https://github.com/kstenerud/KSReachability"
s.license = { :type => 'MIT', :file => 'README.md' }
s.author = { "Karl Stenerud" => "kstenerud@gmail.com" }
s.source = { :git => "https://github.com/kstenerud/KSReachability.git", :tag => "1.0" }
s.source_files = 'KSReachability.{h,m}', 'ARCSafe_MemMgmt.h'
s.frameworks = 'Foundation', 'SystemConfiguration'
end

0 comments on commit f4eb34f

Please sign in to comment.