Skip to content

Commit

Permalink
Update pods
Browse files Browse the repository at this point in the history
  • Loading branch information
modzelewski committed Jun 29, 2017
1 parent 2d409cb commit 5ce4aa0
Show file tree
Hide file tree
Showing 125 changed files with 6,447 additions and 2,095 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
15 changes: 3 additions & 12 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
use_frameworks!

target 'TRXTests' do
pod 'Quick', '~> 0.10.0'
pod 'Nimble', '~> 5.0.0'
pod 'Nimble-Snapshots', '~> 4.2.0'
end

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
# Configure Pod targets for Xcode 8 compatibility
config.build_settings['SWIFT_VERSION'] = '3.0'
config.build_settings['PROVISIONING_PROFILE_SPECIFIER'] = 'ABCDEFGHIJ/'
config.build_settings['ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES'] = 'NO'
end
pod 'Quick', '~> 1.1.0'
pod 'Nimble', '~> 7.0.1'
pod 'Nimble-Snapshots', '~> 6.1.0'
end
37 changes: 19 additions & 18 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
PODS:
- FBSnapshotTestCase (2.1.3):
- FBSnapshotTestCase/SwiftSupport (= 2.1.3)
- FBSnapshotTestCase/Core (2.1.3)
- FBSnapshotTestCase/SwiftSupport (2.1.3):
- FBSnapshotTestCase (2.1.4):
- FBSnapshotTestCase/SwiftSupport (= 2.1.4)
- FBSnapshotTestCase/Core (2.1.4)
- FBSnapshotTestCase/SwiftSupport (2.1.4):
- FBSnapshotTestCase/Core
- Nimble (5.0.0)
- Nimble-Snapshots (4.2.0):
- Nimble (7.0.1)
- Nimble-Snapshots (6.1.0):
- Nimble-Snapshots/Core (= 6.1.0)
- Nimble-Snapshots/Core (6.1.0):
- FBSnapshotTestCase (~> 2.0)
- Nimble
- Quick
- Quick (0.10.0)
- Nimble (~> 7.0)
- Quick (1.1.0)

DEPENDENCIES:
- Nimble (~> 5.0.0)
- Nimble-Snapshots (~> 4.2.0)
- Quick (~> 0.10.0)
- Nimble (~> 7.0.1)
- Nimble-Snapshots (~> 6.1.0)
- Quick (~> 1.1.0)

SPEC CHECKSUMS:
FBSnapshotTestCase: 4607968e0dfa1e2772ec0d0098354f8b870c5753
Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f
Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7
Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
Nimble: 657d000e11df8aebe27cdaf9d244de7f30ed87f7
Nimble-Snapshots: 63e2d58d161861ab15a74fbfc6b55e6164e7ccee
Quick: dafc587e21eed9f4cab3249b9f9015b0b7a7f71d

PODFILE CHECKSUM: f746eaae94bebbb82137146ebf3b472939b797b8
PODFILE CHECKSUM: 8dbdaf7fb38a94547c9d6ceab72217555adc8312

COCOAPODS: 1.1.1
COCOAPODS: 1.2.1
37 changes: 19 additions & 18 deletions Pods/Manifest.lock

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

37 changes: 37 additions & 0 deletions Pods/Nimble-Snapshots/CurrentTestCaseTracker.swift

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

217 changes: 217 additions & 0 deletions Pods/Nimble-Snapshots/DynamicSize/DynamicSizeSnapshot.swift

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

Loading

0 comments on commit 5ce4aa0

Please sign in to comment.