Skip to content

Commit 57c116a

Browse files
committed
Updating podspec
1 parent 279331a commit 57c116a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CollectionViewWaterfallLayout.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "CollectionViewWaterfallLayout"
19-
s.version = "0.1"
19+
s.version = "0.2"
2020
s.summary = "Pinterest inspired layout for UICollectionViews written in Swift"
2121
# s.description = <<-DESC
2222
s.homepage = "https://github.com/ecerney/CollectionViewWaterfallLayout"
@@ -54,7 +54,7 @@ Pod::Spec.new do |s|
5454
# the deployment target. You can optionally include the target after the platform.
5555
#
5656

57-
s.platform = :ios, "7.0"
57+
s.platform = :ios, "8.0"
5858

5959
# When using multiple platforms
6060
# s.ios.deployment_target = "5.0"
@@ -67,7 +67,7 @@ Pod::Spec.new do |s|
6767
# Supports git, hg, bzr, svn and HTTP.
6868
#
6969

70-
s.source = { :git => "https://github.com/ecerney/CollectionViewWaterfallLayout.git", :tag => 'v0.1' }
70+
s.source = { :git => "https://github.com/ecerney/CollectionViewWaterfallLayout.git", :tag => 'v0.2' }
7171

7272

7373
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

0 commit comments

Comments
 (0)