Skip to content

Commit 56e9993

Browse files
committed
Version Bump 1.3.3 for Cocoapods
1 parent b3d7b66 commit 56e9993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SwipeView.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "SwipeView"
3-
s.version = "1.3.2"
3+
s.version = "1.3.3"
44
s.summary = "Horizontal, paged scrolling views based on UIScrollView, with convenient functionality in UITableView-style."
55
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."
66
s.homepage = "https://github.com/nicklockwood/SwipeView"
77
s.license = { :type => 'zlib', :file => 'LICENCE.md' }
88
s.author = { "Nick Lockwood" => "support@charcoaldesign.co.uk" }
9-
s.source = { :git => "https://github.com/nicklockwood/SwipeView.git", :tag => "1.3.2" }
9+
s.source = { :git => "https://github.com/nicklockwood/SwipeView.git", :tag => "1.3.3" }
1010
s.source_files = 'SwipeView'
1111
s.requires_arc = true
1212
s.platform = :ios

0 commit comments

Comments
 (0)