Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Update Podspec file, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
darrarski committed Oct 25, 2016
1 parent 1f01ba6 commit a94208f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DRSwipeMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'DRSwipeMenu'
s.version = '2.0.2'
s.version = '2.0.3'
s.summary = 'Customizable swipe-to-reveal menu for iOS apps'
s.homepage = 'https://github.com/darrarski/DRSwipeMenu-iOS'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dariusz Rybicki' => '[email protected]' }
s.source = { :git => 'https://github.com/darrarski/DRSwipeMenu-iOS.git', :tag => 'v2.0.2' }
s.source = { :git => 'https://github.com/darrarski/DRSwipeMenu-iOS.git', :tag => 'v2.0.3' }
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source_files = 'DRSwipeMenu'
Expand Down

0 comments on commit a94208f

Please sign in to comment.