Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Jan 27, 2015
1 parent a9e6605 commit aeaabd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMSlideOutController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "AMSlideOutController"
s.version = "1.9.1"
s.version = "1.10"
s.summary = "SlideOut Navigation Controller for iOS. Fully customizable."
s.homepage = "https://github.com/andreamazz/SlideOutNavigation"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/SlideOutNavigation.git", :tag => 'v1.9.1' }
s.source = { :git => "https://github.com/andreamazz/SlideOutNavigation.git", :tag => 'v1.10' }
s.platform = :ios, '5.0'
s.source_files = 'AMSlideOut', '*.{h,m}'
s.resources = "AMSlideOut/*.png"
Expand Down

0 comments on commit aeaabd6

Please sign in to comment.