Skip to content

Commit

Permalink
Update JSAlertView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
sspbond007 committed Feb 16, 2017
1 parent 18f4da8 commit 28358c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JSAlertView.podspec
Expand Up @@ -5,9 +5,9 @@ Pod::Spec.new do |s|
s.summary = 'JSAlertView is a wrapper class for UIAlertView and UIAlertViewController.'
s.description = 'JSAlertView is a subclass of UIAlertView/UIAlertViewController that would provide common method for UIAlertView and UIAlertViewController and chooses whatever is compatible as per running iOS version.'
s.author = { 'Jitendra Singh' => 'https://github.com/sspbond007' }
s.source = { :git => 'https://github.com/sspbond007/JSAlertView.git' }
s.source = { :git => 'https://github.com/sspbond007/JSAlertView.git', :commit => '18f4da891f1afe80b505aff64354ec968f5b9444' }
s.homepage = 'https://github.com/sspbond007/JSAlertView'
s.platform = :ios
s.source_files = 'Source'
s.requires_arc = true
end
end

0 comments on commit 28358c0

Please sign in to comment.