Skip to content

Commit 1531a90

Browse files
committed
Fix url in podspec
1 parent 0264b8e commit 1531a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StickySplitCollectionViewFlowLayout.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.swift_version = "5"
1010
s.requires_arc = true
1111
s.frameworks = "UIKit"
12-
s.source = { :git => "https://[email protected].com/scm/~gjeckell/stickysplitcollectionviewflowlayout.git", :tag => "#{s.version}" }
12+
s.source = { :git => "https://github.com/gjeck/StickySplitCollectionViewFlowLayout.swift.git", :tag => "#{s.version}" }
1313
s.source_files = "StickySplitCollectionViewFlowLayout/StickySplitCollectionViewFlowLayout/**/*.{swift,h}"
1414
s.description = <<-DESC
1515
StickySplitCollectionViewFlowLayout is a collection view layout derived from UICollectionViewFlowLayout. It supports the feature set of a flow layout plus some nice additions.

0 commit comments

Comments
 (0)