Skip to content

Commit

Permalink
Version Bump 1.3.3 for Cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
wanbok committed Feb 16, 2016
1 parent b3d7b66 commit 56e9993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwipeView.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "SwipeView"
s.version = "1.3.2"
s.version = "1.3.3"
s.summary = "Horizontal, paged scrolling views based on UIScrollView, with convenient functionality in UITableView-style."
s.description = "SwipeView is a class designed to simplify the implementation of horizontal, paged scrolling views on iOS. It is based on a UIScrollView, but adds convenient functionality such as a UITableView-style dataSource/delegate interface and efficient view loading, unloading and recycling."
s.homepage = "https://github.com/nicklockwood/SwipeView"
s.license = { :type => 'zlib', :file => 'LICENCE.md' }
s.author = { "Nick Lockwood" => "[email protected]" }
s.source = { :git => "https://github.com/nicklockwood/SwipeView.git", :tag => "1.3.2" }
s.source = { :git => "https://github.com/nicklockwood/SwipeView.git", :tag => "1.3.3" }
s.source_files = 'SwipeView'
s.requires_arc = true
s.platform = :ios
Expand Down

0 comments on commit 56e9993

Please sign in to comment.