Skip to content

Commit 2072041

Browse files
committed
Update dependencies with CocoaPods 1.5.0
1 parent 835b966 commit 2072041

4 files changed

Lines changed: 31 additions & 59 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
CFPropertyList (2.3.6)
4+
CFPropertyList (3.0.0)
55
activesupport (4.2.10)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
@@ -15,12 +15,12 @@ GEM
1515
cork
1616
nap
1717
open4 (~> 1.3)
18-
cocoapods (1.4.0)
18+
cocoapods (1.5.0)
1919
activesupport (>= 4.0.2, < 5)
2020
claide (>= 1.0.2, < 2.0)
21-
cocoapods-core (= 1.4.0)
21+
cocoapods-core (= 1.5.0)
2222
cocoapods-deintegrate (>= 1.0.2, < 2.0)
23-
cocoapods-downloader (>= 1.1.3, < 2.0)
23+
cocoapods-downloader (>= 1.2.0, < 2.0)
2424
cocoapods-plugins (>= 1.0.0, < 2.0)
2525
cocoapods-search (>= 1.0.0, < 2.0)
2626
cocoapods-stats (>= 1.0.0, < 2.0)
@@ -30,16 +30,16 @@ GEM
3030
escape (~> 0.0.4)
3131
fourflusher (~> 2.0.1)
3232
gh_inspector (~> 1.0)
33-
molinillo (~> 0.6.4)
33+
molinillo (~> 0.6.5)
3434
nap (~> 1.0)
3535
ruby-macho (~> 1.1)
36-
xcodeproj (>= 1.5.4, < 2.0)
37-
cocoapods-core (1.4.0)
36+
xcodeproj (>= 1.5.7, < 2.0)
37+
cocoapods-core (1.5.0)
3838
activesupport (>= 4.0.2, < 6)
3939
fuzzy_match (~> 2.0.4)
4040
nap (~> 1.0)
4141
cocoapods-deintegrate (1.0.2)
42-
cocoapods-downloader (1.1.3)
42+
cocoapods-downloader (1.2.0)
4343
cocoapods-plugins (1.0.0)
4444
nap
4545
cocoapods-search (1.0.0)
@@ -88,25 +88,25 @@ GEM
8888
kramdown (1.16.2)
8989
liferaft (0.0.6)
9090
minitest (5.11.3)
91-
molinillo (0.6.4)
91+
molinillo (0.6.5)
9292
multipart-post (2.0.0)
9393
mustache (0.99.8)
94-
nanaimo (0.2.3)
94+
nanaimo (0.2.5)
9595
nap (1.1.0)
9696
netrc (0.11.0)
9797
no_proxy_fix (0.1.2)
9898
octokit (4.8.0)
9999
sawyer (~> 0.8.0, >= 0.5.3)
100100
open4 (1.3.4)
101101
public_suffix (3.0.2)
102-
rake (12.3.0)
102+
rake (12.3.1)
103103
rb-fsevent (0.10.3)
104104
rb-inotify (0.9.10)
105105
ffi (>= 0.5.0, < 2)
106106
redcarpet (3.4.0)
107107
rouge (2.0.7)
108108
ruby-macho (1.1.0)
109-
sass (3.5.5)
109+
sass (3.5.6)
110110
sass-listen (~> 4.0.0)
111111
sass-listen (4.0.0)
112112
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -123,12 +123,12 @@ GEM
123123
unicode-display_width (1.3.0)
124124
xcinvoke (0.3.0)
125125
liferaft (~> 0.0.6)
126-
xcodeproj (1.5.6)
127-
CFPropertyList (~> 2.3.3)
126+
xcodeproj (1.5.7)
127+
CFPropertyList (>= 2.3.3, < 4.0)
128128
atomos (~> 0.1.2)
129129
claide (>= 1.0.2, < 2.0)
130130
colored2 (~> 3.1)
131-
nanaimo (~> 0.2.3)
131+
nanaimo (~> 0.2.4)
132132
xcpretty (0.2.8)
133133
rouge (~> 2.0.7)
134134

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ workspace "QuickTableViewController"
55
project "QuickTableViewController"
66

77
target "QuickTableViewController-iOSTests" do
8-
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v7.0.2"
8+
pod "Nimble", git: "https://github.com/Quick/Nimble.git", tag: "v7.0.3"
99
pod "Quick", git: "https://github.com/Quick/Quick.git", tag: "v1.2.0"
1010
end
1111

1212
target "Example-iOS" do
13-
pod "SwiftLint", "0.23.1"
13+
pod "SwiftLint", "0.25.0"
1414
pod "Weakify", git: "https://github.com/klundberg/Weakify.git", tag: "v0.4.0"
1515
end

Podfile.lock

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
PODS:
2-
- Nimble (7.0.2)
2+
- Nimble (7.0.3)
33
- Quick (1.2.0)
4-
- SwiftLint (0.23.1)
4+
- SwiftLint (0.25.0)
55
- Weakify (0.4.0)
66

77
DEPENDENCIES:
8-
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v7.0.2`)
8+
- Nimble (from `https://github.com/Quick/Nimble.git`, tag `v7.0.3`)
99
- Quick (from `https://github.com/Quick/Quick.git`, tag `v1.2.0`)
10-
- SwiftLint (= 0.23.1)
10+
- SwiftLint (= 0.25.0)
1111
- Weakify (from `https://github.com/klundberg/Weakify.git`, tag `v0.4.0`)
1212

13+
SPEC REPOS:
14+
https://github.com/CocoaPods/Specs.git:
15+
- SwiftLint
16+
1317
EXTERNAL SOURCES:
1418
Nimble:
1519
:git: https://github.com/Quick/Nimble.git
16-
:tag: v7.0.2
20+
:tag: v7.0.3
1721
Quick:
1822
:git: https://github.com/Quick/Quick.git
1923
:tag: v1.2.0
@@ -24,7 +28,7 @@ EXTERNAL SOURCES:
2428
CHECKOUT OPTIONS:
2529
Nimble:
2630
:git: https://github.com/Quick/Nimble.git
27-
:tag: v7.0.2
31+
:tag: v7.0.3
2832
Quick:
2933
:git: https://github.com/Quick/Quick.git
3034
:tag: v1.2.0
@@ -33,11 +37,11 @@ CHECKOUT OPTIONS:
3337
:tag: v0.4.0
3438

3539
SPEC CHECKSUMS:
36-
Nimble: 5c3b8c4b0229d95c2c7b0005e2edf244937dbb04
40+
Nimble: 6254fec7d02791c7dc33722d799f2a951dd147c1
3741
Quick: 65081c7ab6eb85f9b65dbecbaf88793ce9ce47bc
38-
SwiftLint: 1b670ce79284c76520f84060e87d645078fd32fa
42+
SwiftLint: e14651157288e9e01d6e1a71db7014fb5744a8ea
3943
Weakify: 77be86c462237baa373e97fcf57d4d8637c2e614
4044

41-
PODFILE CHECKSUM: 460e2597e90a61f53f0a95f1905dbfe2a8d3855a
45+
PODFILE CHECKSUM: fa1f4284dde0db4aed641478f32ec2467b1e15d4
4246

43-
COCOAPODS: 1.4.0
47+
COCOAPODS: 1.5.0

QuickTableViewController.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,6 @@
446446
B51F219F1F417037009BC2C9 /* Frameworks */,
447447
B51F21A01F417037009BC2C9 /* Resources */,
448448
C57ED08E45623928E1F82168 /* [CP] Embed Pods Frameworks */,
449-
D080B9179C49F538425D9877 /* [CP] Copy Pods Resources */,
450449
B51F21CE1F41F32D009BC2C9 /* Embed Frameworks */,
451450
);
452451
buildRules = (
@@ -505,7 +504,6 @@
505504
B5334F1B1B8CC5BD00C64A6D /* Frameworks */,
506505
B5334F1C1B8CC5BD00C64A6D /* Resources */,
507506
7BD682369F694709705F5C93 /* [CP] Embed Pods Frameworks */,
508-
6AE0A3E3587C9FF47D0E5997 /* [CP] Copy Pods Resources */,
509507
);
510508
buildRules = (
511509
);
@@ -609,21 +607,6 @@
609607
/* End PBXResourcesBuildPhase section */
610608

611609
/* Begin PBXShellScriptBuildPhase section */
612-
6AE0A3E3587C9FF47D0E5997 /* [CP] Copy Pods Resources */ = {
613-
isa = PBXShellScriptBuildPhase;
614-
buildActionMask = 2147483647;
615-
files = (
616-
);
617-
inputPaths = (
618-
);
619-
name = "[CP] Copy Pods Resources";
620-
outputPaths = (
621-
);
622-
runOnlyForDeploymentPostprocessing = 0;
623-
shellPath = /bin/sh;
624-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-QuickTableViewController-iOSTests/Pods-QuickTableViewController-iOSTests-resources.sh\"\n";
625-
showEnvVarsInLog = 0;
626-
};
627610
7BD682369F694709705F5C93 /* [CP] Embed Pods Frameworks */ = {
628611
isa = PBXShellScriptBuildPhase;
629612
buildActionMask = 2147483647;
@@ -708,21 +691,6 @@
708691
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example-iOS/Pods-Example-iOS-frameworks.sh\"\n";
709692
showEnvVarsInLog = 0;
710693
};
711-
D080B9179C49F538425D9877 /* [CP] Copy Pods Resources */ = {
712-
isa = PBXShellScriptBuildPhase;
713-
buildActionMask = 2147483647;
714-
files = (
715-
);
716-
inputPaths = (
717-
);
718-
name = "[CP] Copy Pods Resources";
719-
outputPaths = (
720-
);
721-
runOnlyForDeploymentPostprocessing = 0;
722-
shellPath = /bin/sh;
723-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Example-iOS/Pods-Example-iOS-resources.sh\"\n";
724-
showEnvVarsInLog = 0;
725-
};
726694
D6A5837800B2AEA91500816C /* [CP] Check Pods Manifest.lock */ = {
727695
isa = PBXShellScriptBuildPhase;
728696
buildActionMask = 2147483647;

0 commit comments

Comments
 (0)