Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit e8b0ab2

Browse files
committed
Closes #9: Add Carthage support.
2 parents 5d0f0b6 + 2a75d64 commit e8b0ab2

File tree

186 files changed

+17275
-6
lines changed

Some content is hidden

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

186 files changed

+17275
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ Carthage
3030
# Note: if you ignore the Pods directory, make sure to uncomment
3131
# `pod install` in .travis.yml
3232
#
33-
Pods/
33+
# Pods/

Example/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PODS:
1212
- Nimble
1313
- Quick
1414
- Quick (1.0.0)
15-
- ScrollingCardView (0.1.0)
15+
- ScrollingCardView (0.1.1)
1616

1717
DEPENDENCIES:
1818
- FBSnapshotTestCase
@@ -30,7 +30,7 @@ SPEC CHECKSUMS:
3030
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29
3131
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2
3232
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff
33-
ScrollingCardView: cd8cca0e96fa6cd48fd4d57fe807588fe7bb08c0
33+
ScrollingCardView: 59d74843437d2c15498747ac36e7b99de844ede1
3434

3535
PODFILE CHECKSUM: 9232ad148d8440551a69d9a5a6f7ae1462632d44
3636

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.m

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.h

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.m

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

Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.h

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

0 commit comments

Comments
 (0)