Skip to content

Commit 3b5e08c

Browse files
authored
Merge pull request #3 from yacir/v3.0
Bump version to 3.0
2 parents 7f0e7b9 + c81f9a6 commit 3b5e08c

147 files changed

Lines changed: 9423 additions & 1433 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ playground.xcworkspace
4141
# you should judge for yourself, the pros and cons are mentioned at:
4242
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4343
#
44-
# Pods/
44+
Pods/
4545

4646
# Carthage
4747
#

.jazzy.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
module: CollectionViewSlantedLayout
2+
author: Yassir Barchi
3+
author_url: http://yassir.fr
4+
github_url: https://github.com/yacir/CollectionViewSlantedLayout
5+
swift_version: 4.0
6+
exclude: Sources/Internal/*,Sources/Extentions/*
7+
readme: README.md
8+
output: docs

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.2
1+
4.0

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
osx_image: xcode8.2
1+
osx_image: xcode9.2
22

33
language: objective-c
44

5-
script: ./test.sh
5+
script: ./Scripts/travis.sh
66

77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

CHANGELOG renamed to CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# YBSlantedCollectionViewLayout CHANGELOG
1+
# CollectionViewSlantedLayout CHANGELOG
2+
3+
## 3.0 (12/30/2017)
4+
The CollectionViewSlantedLayout 3.0 version introduce a full new APIs and remove all the old ones.
5+
6+
* Initial 3.0.0 Release
7+
* Swift 4.0 version
28

39
## 2.2.0
410
* Swift 3.0 version
@@ -22,4 +28,4 @@
2228

2329
## 1.0.0
2430

25-
* Initial release.
31+
* Initial release.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Pod::Spec.new do |s|
2+
s.name = "CollectionViewSlantedLayout"
3+
s.version = "3.0.0"
4+
s.summary = "UICollectionViewLayout allowing the display of slanted content on UICollectionView"
5+
6+
s.description = <<-DESC
7+
CollectionViewSlantedLayout is a subclass of UICollectionViewLayout allowing the display of slanted content on UICollectionView.
8+
DESC
9+
10+
s.homepage = "https://github.com/yacir/CollectionViewSlantedLayout"
11+
s.license = 'MIT'
12+
s.author = { "Yassir Barchi" => "http://yassir.fr" }
13+
s.source = { :git => "https://github.com/yacir/CollectionViewSlantedLayout.git", :tag => s.version.to_s }
14+
s.social_media_url = 'http://yassir.fr'
15+
16+
s.platform = :ios, '8.0'
17+
18+
s.source_files = 'Sources/**/*.{h,swift}'
19+
s.frameworks = 'UIKit'
20+
21+
s.ios.deployment_target = '8.0'
22+
end

YBSlantedCollectionViewLayout.xcodeproj/project.pbxproj renamed to CollectionViewSlantedLayout.xcodeproj/project.pbxproj

Lines changed: 105 additions & 57 deletions
Large diffs are not rendered by default.

YBSlantedCollectionViewLayout.xcodeproj/project.xcworkspace/contents.xcworkspacedata renamed to CollectionViewSlantedLayout.xcodeproj/project.xcworkspace/contents.xcworkspacedata

File renamed without changes.

YBSlantedCollectionViewLayout.xcodeproj/xcshareddata/xcschemes/YBSlantedCollectionViewLayout.xcscheme renamed to CollectionViewSlantedLayout.xcodeproj/xcshareddata/xcschemes/CollectionViewSlantedLayout.xcscheme

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0820"
3+
LastUpgradeVersion = "0920"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -15,9 +15,9 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "FB0AE5E41C910B3200821862"
18-
BuildableName = "YBSlantedCollectionViewLayout.framework"
19-
BlueprintName = "YBSlantedCollectionViewLayout"
20-
ReferencedContainer = "container:YBSlantedCollectionViewLayout.xcodeproj">
18+
BuildableName = "CollectionViewSlantedLayout.framework"
19+
BlueprintName = "CollectionViewSlantedLayout"
20+
ReferencedContainer = "container:CollectionViewSlantedLayout.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
2323
</BuildActionEntries>
@@ -26,6 +26,7 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29+
language = ""
2930
shouldUseLaunchSchemeArgsEnv = "YES"
3031
codeCoverageEnabled = "YES">
3132
<Testables>
@@ -34,19 +35,19 @@
3435
<BuildableReference
3536
BuildableIdentifier = "primary"
3637
BlueprintIdentifier = "FB0AE5EE1C910B3300821862"
37-
BuildableName = "YBSlantedCollectionViewLayoutTests.xctest"
38-
BlueprintName = "YBSlantedCollectionViewLayoutTests"
39-
ReferencedContainer = "container:YBSlantedCollectionViewLayout.xcodeproj">
38+
BuildableName = "CollectionViewSlantedLayoutTests.xctest"
39+
BlueprintName = "CollectionViewSlantedLayoutTests"
40+
ReferencedContainer = "container:CollectionViewSlantedLayout.xcodeproj">
4041
</BuildableReference>
4142
</TestableReference>
4243
</Testables>
4344
<MacroExpansion>
4445
<BuildableReference
4546
BuildableIdentifier = "primary"
4647
BlueprintIdentifier = "FB0AE5E41C910B3200821862"
47-
BuildableName = "YBSlantedCollectionViewLayout.framework"
48-
BlueprintName = "YBSlantedCollectionViewLayout"
49-
ReferencedContainer = "container:YBSlantedCollectionViewLayout.xcodeproj">
48+
BuildableName = "CollectionViewSlantedLayout.framework"
49+
BlueprintName = "CollectionViewSlantedLayout"
50+
ReferencedContainer = "container:CollectionViewSlantedLayout.xcodeproj">
5051
</BuildableReference>
5152
</MacroExpansion>
5253
<AdditionalOptions>
@@ -56,6 +57,7 @@
5657
buildConfiguration = "Debug"
5758
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
5859
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
60+
language = ""
5961
launchStyle = "0"
6062
useCustomWorkingDirectory = "NO"
6163
ignoresPersistentStateOnLaunch = "NO"
@@ -66,9 +68,9 @@
6668
<BuildableReference
6769
BuildableIdentifier = "primary"
6870
BlueprintIdentifier = "FB0AE5E41C910B3200821862"
69-
BuildableName = "YBSlantedCollectionViewLayout.framework"
70-
BlueprintName = "YBSlantedCollectionViewLayout"
71-
ReferencedContainer = "container:YBSlantedCollectionViewLayout.xcodeproj">
71+
BuildableName = "CollectionViewSlantedLayout.framework"
72+
BlueprintName = "CollectionViewSlantedLayout"
73+
ReferencedContainer = "container:CollectionViewSlantedLayout.xcodeproj">
7274
</BuildableReference>
7375
</MacroExpansion>
7476
<AdditionalOptions>
@@ -84,9 +86,9 @@
8486
<BuildableReference
8587
BuildableIdentifier = "primary"
8688
BlueprintIdentifier = "FB0AE5E41C910B3200821862"
87-
BuildableName = "YBSlantedCollectionViewLayout.framework"
88-
BlueprintName = "YBSlantedCollectionViewLayout"
89-
ReferencedContainer = "container:YBSlantedCollectionViewLayout.xcodeproj">
89+
BuildableName = "CollectionViewSlantedLayout.framework"
90+
BlueprintName = "CollectionViewSlantedLayout"
91+
ReferencedContainer = "container:CollectionViewSlantedLayout.xcodeproj">
9092
</BuildableReference>
9193
</MacroExpansion>
9294
</ProfileAction>
Binary file not shown.

0 commit comments

Comments
 (0)