Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Feature/scroll to view controller #19

Closed
wants to merge 17 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions Example/Podfile.lock
@@ -1,7 +1,7 @@
PODS:
- Matrioska (0.1.0-alpha1):
- SnapKit (~> 3.0)
- SnapKit (3.1.2)
- SnapKit (3.2.0)

DEPENDENCIES:
- Matrioska (from `../Matrioska.podspec`)
Expand All @@ -13,8 +13,8 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Matrioska: b070c1ad36e64bdf7ab9d847033e2a5e4d2b8ec7
SnapKit: 12b24f569cb7c143acc9c22b9d91b23e7b1c84a2
SnapKit: 1ca44df72cfa543218d177cb8aab029d10d86ea7

PODFILE CHECKSUM: b63a58336b9471a5dbe1ffe7ea7d0b94f6dbf667

COCOAPODS: 1.1.1
COCOAPODS: 1.2.0
6 changes: 3 additions & 3 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

805 changes: 411 additions & 394 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Example/Pods/SnapKit/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

95 changes: 49 additions & 46 deletions Example/Pods/SnapKit/Source/Constraint.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions Example/Pods/SnapKit/Source/ConstraintMakerExtendable.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 14 additions & 13 deletions Example/Pods/SnapKit/Source/ConstraintMakerPriortizable.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.