Skip to content

Commit

Permalink
Updated Podspec
Browse files Browse the repository at this point in the history
v.2.0.0
  • Loading branch information
hemangshah committed Dec 23, 2017
1 parent 608b70b commit 9108696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ClapsView.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'ClapsView'
s.module_name = 'ClapsView'
s.version = '1.0.0'
s.version = '2.0.0'
s.summary = 'Implemented the functionality of Medium.com Claps. 👏'
s.description = 'ClapsView is a new way to give your ratings or feedback from your users.'
s.homepage = 'https://github.com/hemangshah/ClapsView'
s.license = 'MIT'
s.author = { 'hemangshah' => '[email protected]' }
s.source = { :git => 'https://github.com/hemangshah/ClapsView.git', :tag => s.version.to_s }
s.platform = :ios, '9.0'
s.platform = :ios, '10.0'
s.requires_arc = true
s.source_files = '**/ClapsView.swift'
end

0 comments on commit 9108696

Please sign in to comment.