Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vsanthanam committed Jun 15, 2018
1 parent 15203a5 commit 4297bd5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions Nexum.podspec
Expand Up @@ -7,16 +7,18 @@
#

Pod::Spec.new do |s|
s.name = 'Nexum'
s.version = '1.0'
s.summary = "Modern, Lightweight Reachability for iOS Apps in Objective-C"
s.description = "Updated Reachability for iOS Apps in Objective-C, based on Apple's Reachability, along with some other network utilities"
s.homepage = 'https://github.com/vsanthanam/Nexum'
s.license = { :type => 'Copyright', :text => 'MIT' }
s.author = { 'Varun Santhanam' => 'talkto@vsanthanam.com' }
s.source = { :git => 'https://github.com/vsanthanam/Nexum.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Nexum/*.{h,m}'
s.public_header_files = 'Nexum/*.h'
s.module_map = 'Nexum/Supporting/module.modulemap'
s.name = 'Nexum'
s.version = '1.0'
s.summary = "Modern, Lightweight Reachability for iOS Apps in Objective-C"
s.description = "Updated Reachability for iOS Apps in Objective-C, based on Apple's Reachability, along with some other network utilities"
s.homepage = 'https://github.com/vsanthanam/Nexum'
s.license = { :type => 'Copyright', :text => 'MIT' }
s.author = { 'Varun Santhanam' => 'talkto@vsanthanam.com' }
s.source = { :git => 'https://github.com/vsanthanam/Nexum.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.source_files = 'Nexum/*.{h,m}'
s.public_header_files = 'Nexum/*.h'
s.module_map = 'Nexum/Supporting/module.modulemap'
s.documentation_url = 'https://code.vsanthanam.com/Nexum/Documentation/index.html'
s.static_framework = true
end
Binary file not shown.

0 comments on commit 4297bd5

Please sign in to comment.