Skip to content

Commit

Permalink
[Add] NPReachability (0.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Mar 4, 2013
1 parent d9c1b50 commit fb8a999
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NPReachability/0.1.0/NPReachability.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "NPReachability"
s.version = "0.1.0"
s.platform = :ios
s.summary = "Reachability without the suck."
s.homepage = "https://github.com/Abizern/NPReachability"
s.license = 'MIT'
s.author = { "Abizer Nasir" => "abizern@abizern.org" }
s.source = { :git => "https://github.com/Abizern/NPReachability.git", :tag => s.version.to_s }
s.framework = 'SystemConfiguration'
s.source_files = '*.{h,m}'
s.requires_arc = true
end

0 comments on commit fb8a999

Please sign in to comment.