Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Jul 23, 2015
1 parent 753347d commit 1ba1c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMTagListView.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "AMTagListView"
s.version = "0.6.3"
s.version = "0.7"
s.summary = "UIScrollView subclass that allows to add a list of highly customizable tags."
s.homepage = "https://github.com/andreamazz/AMTagListView"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "[email protected]" }
s.source = { :git => "https://github.com/andreamazz/AMTagListView.git", :tag => '0.6.3' }
s.source = { :git => "https://github.com/andreamazz/AMTagListView.git", :tag => s.version }
s.platform = :ios, '5.0'
s.source_files = 'AMTagListView', '*.{h,m}'
s.requires_arc = true
Expand Down

0 comments on commit 1ba1c7d

Please sign in to comment.