Skip to content

Commit 52a8d66

Browse files
committed
Fixed carthage compatibility
1 parent 5bd3f8c commit 52a8d66

File tree

69 files changed

+690
-691
lines changed

Some content is hidden

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

69 files changed

+690
-691
lines changed

ChatLayout.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ChatLayout'
3-
s.version = '0.4.2'
3+
s.version = '0.4.3'
44
s.summary = 'An alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation.'
55
s.swift_version = '5.2'
66

ChatLayout.xcodeproj/project.pbxproj

+115-123
Large diffs are not rendered by default.

Example/Podfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
PODS:
2-
- ChatLayout (0.2.2):
3-
- ChatLayout/Ultimate (= 0.2.2)
4-
- ChatLayout/Core (0.2.2)
5-
- ChatLayout/Extras (0.2.2):
2+
- ChatLayout (0.4.3):
3+
- ChatLayout/Ultimate (= 0.4.3)
4+
- ChatLayout/Core (0.4.3)
5+
- ChatLayout/Extras (0.4.3):
66
- ChatLayout/Core
7-
- ChatLayout/Ultimate (0.2.2):
7+
- ChatLayout/Ultimate (0.4.3):
88
- ChatLayout/Core
99
- ChatLayout/Extras
1010
- DifferenceKit (1.1.5):
@@ -32,7 +32,7 @@ EXTERNAL SOURCES:
3232
:path: "../"
3333

3434
SPEC CHECKSUMS:
35-
ChatLayout: 505707a2f354acd5457ffe8888d50f1c969a4035
35+
ChatLayout: b5aaffda81df936e8af372e271ac11f45867bea5
3636
DifferenceKit: 516f12e336ed65a3a0665847b5c3cb5cad4bd4ea
3737
InputBarAccessoryView: cbc0b2d9456058e1166898897865f9f4960fac81
3838

Example/Pods/Local Podspecs/ChatLayout.podspec.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Pods.xcodeproj/project.pbxproj

+494-487
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/ChatLayout/ChatLayout-Info.plist

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/Classes/CellLayoutContainerView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/ChatLayout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/ChatLayoutAttributes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/ChatLayoutInvalidationContext.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/ContainerCollectionReusableView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/ContainerCollectionViewCell.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/EdgeAligningView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/EdgeAligningView/Edge.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/ImageMaskedView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/MessageContainerView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Classes/RoundedCornersContainerView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Core.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Enums/CellLayoutContainerViewAlignment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Enums/ChatItemAlignment.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Enums/ImageMaskedViewTransformation.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Enums/ItemKind.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Enums/ItemSize.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Extras.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Other Guides.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Other Protocols.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Protocols/ChatLayoutDelegate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Protocols/ContainerCollectionViewCellDelegate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Protocols/StaticViewFactory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Structs/ChatLayoutPositionSnapshot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Structs/ChatLayoutPositionSnapshot/Edge.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Structs/ChatLayoutSettings.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/Structs/VoidViewFactory.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/CellLayoutContainerView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/ChatLayout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/ChatLayoutAttributes.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/ChatLayoutInvalidationContext.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/ContainerCollectionReusableView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/ContainerCollectionViewCell.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/EdgeAligningView.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

docs/docsets/ChatLayout.docset/Contents/Resources/Documents/Classes/EdgeAligningView/Edge.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<header class="header">
2222
<p class="header-col header-col--primary">
2323
<a class="header-link" href="../../index.html">
24-
ChatLayout 0.4.1 Docs
24+
ChatLayout 0.4.3 Docs
2525
</a>
2626
(100% documented)
2727
</p>

0 commit comments

Comments
 (0)