Skip to content
This repository was archived by the owner on Oct 18, 2022. It is now read-only.

Commit a04f488

Browse files
authored
Merge pull request #8 from netguru/task/CRAI-366
[CRAI-366] Make repository public
2 parents ea3e12c + d36413d commit a04f488

File tree

4 files changed

+5
-14
lines changed

4 files changed

+5
-14
lines changed

CarLensCollectionViewLayout.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Pod::Spec.new do |s|
44
s.version = "1.0.0"
55
s.summary = "An easy to use Collection View Layout for card-like animation."
66

7-
s.homepage = "https://github.com/netguru/CarlensCollectionViewLayout"
7+
s.homepage = "https://github.com/netguru/CarLensCollectionViewLayout"
88
s.license = { :type => "MIT", :file => "LICENSE.md" }
99
s.authors = { "Anna-Mariia Shkarlinska" => "anna-mariia.shkarlinska@netguru.co",
1010
"Michał Kwiecień" => "michal.kwiecien@netguru.co" }
1111

1212
s.platform = :ios, "9.0"
13-
s.source = { :git => "https://github.com/netguru/CarlensCollectionViewLayout.git", :tag => "#{s.version}" }
14-
s.source_files = "CarlensCollectionViewLayout/**/*.swift"
13+
s.source = { :git => "https://github.com/netguru/CarLensCollectionViewLayout.git", :tag => "#{s.version}" }
14+
s.source_files = "CarLensCollectionViewLayout/**/*.swift"
1515
s.swift_version = "4.2"
1616
s.framework = "UIKit"
1717

CarLensCollectionViewLayout/CarLensCollectionViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ open class CarLensCollectionViewCell: UICollectionViewCell {
5252
}
5353

5454
/// - SeeAlso: UICollectionViewCell
55-
override open func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
55+
open override func apply(_ layoutAttributes: UICollectionViewLayoutAttributes) {
5656
super.apply(layoutAttributes)
5757
guard let attributes = layoutAttributes as? CarLensLayoutAttributes else { return }
5858
isCurrentlyPrimary = !(attributes.progress == 0)

CarLensCollectionViewLayout/CarLensCollectionViewLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public final class CarLensCollectionViewLayout: UICollectionViewFlowLayout {
3535
}
3636

3737
/// SeeAlso: UICollectionViewFlowLayout
38-
override public class var layoutAttributesClass: AnyClass {
38+
public override class var layoutAttributesClass: AnyClass {
3939
return CarLensLayoutAttributes.self
4040
}
4141

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)