Skip to content

Commit

Permalink
Bump cocoapods version to v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Sep 3, 2018
1 parent 3ba417d commit 9b75815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NewPopMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'NewPopMenu'
spec.version = '2.0.0'
spec.version = '2.1.1'
spec.license = { :type => 'MIT', :file => "LICENSE" }
spec.homepage = 'https://github.com/CaliCastle/PopMenu'
spec.authors = { 'Cali Castle' => 'cali@calicastle.com' }
spec.summary = 'A cool and customizable popup action sheet for iOS'
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v2.0.0' }
spec.source = { :git => 'https://github.com/CaliCastle/PopMenu.git', :tag => 'v2.1.1' }
spec.source_files = 'PopMenu/**/*.{h,swift}'

spec.module_name = "PopMenu"
Expand Down

0 comments on commit 9b75815

Please sign in to comment.