Skip to content

Commit

Permalink
Update NMEasyTipView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nitishmakhija authored Sep 28, 2018
1 parent 12d1c1e commit 12c2443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NMEasyTipView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NMEasyTipView'
s.version = '1.1'
s.version = '1.2'
s.summary = 'Fully customisable tooltip view for iOS.'

s.description = <<-DESC
Expand All @@ -10,7 +10,7 @@ Objective-C alternative for EasyTipView implemented swift.
s.homepage = 'https://github.com/nitishmakhija/EasyTipView'
s.license = { :type => 'MIT', :file => 'License.md' }
s.author = { 'Nitish Makhija' => 'nitishmakhija@gmail.com' }
s.source = { :git => 'https://github.com/nitishmakhija/EasyTipView.git', :tag => '1.1' }
s.source = { :git => 'https://github.com/nitishmakhija/EasyTipView.git', :tag => '1.2' }

s.ios.deployment_target = '8.0'
s.source_files = 'Source/*'
Expand Down

0 comments on commit 12c2443

Please sign in to comment.