Skip to content

Commit

Permalink
podspec update
Browse files Browse the repository at this point in the history
  • Loading branch information
gringoireDM committed Jan 31, 2018
1 parent d9c4c96 commit 26b4f77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LNZCollectionLayouts.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.platform = :ios
s.version = "1.1.1"
s.version = "1.1.2"
s.ios.deployment_target = '8.0'
s.name = "LNZCollectionLayouts"
s.summary = "A swift collection of UICollectionViewLayout subclasses."
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.source = {
:git => "https://github.com/gringoireDM/LNZCollectionLayouts.git",
:tag => "v1.1.1"
:tag => "v1.1.2"
}

s.framework = "UIKit"
Expand Down

0 comments on commit 26b4f77

Please sign in to comment.