Skip to content

Commit 1bd9897

Browse files
David Taylor and Ondrej RafajOndrej Rafaj
authored andcommitted
1.0.0 WIP
1 parent 54a5b96 commit 1bd9897

21 files changed

+1111
-1111
lines changed

Example/Podfile

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ use_frameworks!
55

66

77
target 'SpecToolsExample' do
8-
9-
pod 'SnapKit', :git => 'https://github.com/SnapKit/SnapKit.git', :branch => 'swift-4'
10-
11-
target 'SpecToolsExampleTests' do
12-
inherit! :search_paths
13-
14-
pod 'SpecTools', :path => '../'
15-
pod 'Quick', :git => 'https://github.com/Quick/Quick.git', :branch => 'master'
16-
pod 'Nimble', :git => 'https://github.com/Quick/Nimble.git', :branch => 'master'
17-
pod 'FBSnapshotTestCase'
18-
pod 'Nimble-Snapshots'
19-
end
8+
pod 'SnapKit'
9+
10+
target 'SpecToolsExampleTests' do
11+
inherit! :search_paths
12+
13+
pod 'SpecTools', :path => '../'
14+
pod 'Quick', :git => 'https://github.com/Quick/Quick.git', :branch => 'master'
15+
pod 'Nimble', :git => 'https://github.com/Quick/Nimble.git', :branch => 'master'
16+
pod 'FBSnapshotTestCase'
17+
pod 'Nimble-Snapshots'
18+
end
2019
end

Example/Podfile.lock

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ PODS:
1212
- Nimble
1313
- Quick
1414
- Quick (1.1.0)
15-
- SnapKit (3.2.0)
16-
- SpecTools (0.0.3)
15+
- SnapKit (4.0.0)
16+
- SpecTools (1.0.0)
1717

1818
DEPENDENCIES:
1919
- FBSnapshotTestCase
2020
- Nimble (from `https://github.com/Quick/Nimble.git`, branch `master`)
2121
- Nimble-Snapshots
2222
- Quick (from `https://github.com/Quick/Quick.git`, branch `master`)
23-
- SnapKit (from `https://github.com/SnapKit/SnapKit.git`, branch `swift-4`)
23+
- SnapKit
2424
- SpecTools (from `../`)
2525

2626
EXTERNAL SOURCES:
@@ -30,9 +30,6 @@ EXTERNAL SOURCES:
3030
Quick:
3131
:branch: master
3232
:git: https://github.com/Quick/Quick.git
33-
SnapKit:
34-
:branch: swift-4
35-
:git: https://github.com/SnapKit/SnapKit.git
3633
SpecTools:
3734
:path: ../
3835

@@ -43,18 +40,15 @@ CHECKOUT OPTIONS:
4340
Quick:
4441
:commit: 3665ae9570b682a562df847cccbb46811864676a
4542
:git: https://github.com/Quick/Quick.git
46-
SnapKit:
47-
:commit: d31148f449abe819fd1a58d5e07e94874c7e6003
48-
:git: https://github.com/SnapKit/SnapKit.git
4943

5044
SPEC CHECKSUMS:
5145
FBSnapshotTestCase: 094f9f314decbabe373b87cc339bea235a63e07a
5246
Nimble: 1b6670c36e5750169b9e4cc2e9cfa82a7603c69e
5347
Nimble-Snapshots: e743439f26c2fa99d8f7e0d7c01c99bcb40aa6f2
5448
Quick: 4700beb8056662b579facd79eaca7f04fb3d48e6
55-
SnapKit: c71c530b73cedd2a8b998098687001baff265086
56-
SpecTools: a385d676498d7526a53feb8031f57191625777cc
49+
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
50+
SpecTools: 731138aa656c7d9a91def6ab594f5bfaf9dc3f04
5751

58-
PODFILE CHECKSUM: a0e68833d22a5de8441526c43b64d6cff19673d6
52+
PODFILE CHECKSUM: dbc3aff592696d2f00d42e1ebbdaa97028d40e87
5953

6054
COCOAPODS: 1.3.1

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

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 6 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)