-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ondrej Rafaj
committed
Oct 20, 2017
1 parent
ebf7ad7
commit c2ebe0b
Showing
161 changed files
with
4,477 additions
and
5,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1 | ||
4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
platform :ios, '10.1' | ||
platform :ios, '10.3' | ||
|
||
inhibit_all_warnings! | ||
|
||
use_frameworks! | ||
|
||
target 'Presentables_Example' do | ||
pod 'Presentables', :path => '../' | ||
pod 'SnapKit', '~> 3.2.0' | ||
pod 'SnapKit' | ||
|
||
target 'Presentables_Tests' do | ||
inherit! :search_paths | ||
|
||
pod 'Quick', '~> 1.0.0' | ||
pod 'Nimble', '~> 5.1.1' | ||
pod 'FBSnapshotTestCase' | ||
pod 'Nimble-Snapshots' | ||
pod 'Quick' | ||
pod 'Nimble' | ||
#pod 'FBSnapshotTestCase' | ||
#pod 'Nimble-Snapshots' | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,25 @@ | ||
PODS: | ||
- FBSnapshotTestCase (2.1.4): | ||
- FBSnapshotTestCase/SwiftSupport (= 2.1.4) | ||
- FBSnapshotTestCase/Core (2.1.4) | ||
- FBSnapshotTestCase/SwiftSupport (2.1.4): | ||
- FBSnapshotTestCase/Core | ||
- Nimble (5.1.1) | ||
- Nimble-Snapshots (4.4.0): | ||
- Nimble-Snapshots/Core (= 4.4.0) | ||
- Nimble-Snapshots/Core (4.4.0): | ||
- FBSnapshotTestCase (~> 2.0) | ||
- Nimble | ||
- Quick | ||
- Presentables (0.1.0) | ||
- Quick (1.0.0) | ||
- SnapKit (3.2.0) | ||
- Nimble (7.0.2) | ||
- Presentables (0.2.0) | ||
- Quick (1.2.0) | ||
- SnapKit (4.0.0) | ||
|
||
DEPENDENCIES: | ||
- FBSnapshotTestCase | ||
- Nimble (~> 5.1.1) | ||
- Nimble-Snapshots | ||
- Nimble | ||
- Presentables (from `../`) | ||
- Quick (~> 1.0.0) | ||
- SnapKit (~> 3.2.0) | ||
- Quick | ||
- SnapKit | ||
|
||
EXTERNAL SOURCES: | ||
Presentables: | ||
:path: ../ | ||
|
||
SPEC CHECKSUMS: | ||
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a | ||
Nimble: 415e3aa3267e7bc2c96b05fa814ddea7bb686a29 | ||
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2 | ||
Presentables: 5fa0ceb0d8b7e5f58f18fdd7c5ba6583baad1e78 | ||
Quick: 8024e4a47e6cc03a9d5245ef0948264fc6d27cff | ||
SnapKit: 1ca44df72cfa543218d177cb8aab029d10d86ea7 | ||
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2 | ||
Presentables: 2223c2c7558496886fdc24673bf77c940097d2f5 | ||
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08 | ||
SnapKit: a42d492c16e80209130a3379f73596c3454b7694 | ||
|
||
PODFILE CHECKSUM: 59c4e5e92aff16c06f9ee23b7471ef2c0b337c75 | ||
PODFILE CHECKSUM: 59516cb001cf1ca069d2e07e97f15c3b79b15652 | ||
|
||
COCOAPODS: 1.3.1 |
20 changes: 0 additions & 20 deletions
20
...ple/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
...ple/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h
This file was deleted.
Oops, something went wrong.
134 changes: 0 additions & 134 deletions
134
Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.m
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.h
This file was deleted.
Oops, something went wrong.
56 changes: 0 additions & 56 deletions
56
Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.m
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.