Skip to content

Commit 2b73bd0

Browse files
committed
Update to CocoaPods (1.0.1)
1 parent c3da75d commit 2b73bd0

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

Example/Example.xcodeproj/project.pbxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@
163163
isa = PBXNativeTarget;
164164
buildConfigurationList = B5E9F90D1C8D3B6E00443DC7 /* Build configuration list for PBXNativeTarget "Example" */;
165165
buildPhases = (
166-
96705876C946719953BCD0C6 /* 📦 Check Pods Manifest.lock */,
166+
96705876C946719953BCD0C6 /* [CP] Check Pods Manifest.lock */,
167167
B5E9F8F71C8D3B6E00443DC7 /* Sources */,
168168
B5E9F8F81C8D3B6E00443DC7 /* Frameworks */,
169169
B5E9F8F91C8D3B6E00443DC7 /* Resources */,
170-
CAB3B20531AAE2438C48D751 /* 📦 Embed Pods Frameworks */,
171-
7B2FB96C7361D5883F3ADD14 /* 📦 Copy Pods Resources */,
170+
CAB3B20531AAE2438C48D751 /* [CP] Embed Pods Frameworks */,
171+
7B2FB96C7361D5883F3ADD14 /* [CP] Copy Pods Resources */,
172172
B5C50ADD1C917F4A0059032B /* Swift Lint */,
173173
);
174174
buildRules = (
@@ -240,29 +240,29 @@
240240
/* End PBXResourcesBuildPhase section */
241241

242242
/* Begin PBXShellScriptBuildPhase section */
243-
7B2FB96C7361D5883F3ADD14 /* 📦 Copy Pods Resources */ = {
243+
7B2FB96C7361D5883F3ADD14 /* [CP] Copy Pods Resources */ = {
244244
isa = PBXShellScriptBuildPhase;
245245
buildActionMask = 2147483647;
246246
files = (
247247
);
248248
inputPaths = (
249249
);
250-
name = "📦 Copy Pods Resources";
250+
name = "[CP] Copy Pods Resources";
251251
outputPaths = (
252252
);
253253
runOnlyForDeploymentPostprocessing = 0;
254254
shellPath = /bin/sh;
255255
shellScript = "\"${SRCROOT}/../Pods/Target Support Files/Pods-Example/Pods-Example-resources.sh\"\n";
256256
showEnvVarsInLog = 0;
257257
};
258-
96705876C946719953BCD0C6 /* 📦 Check Pods Manifest.lock */ = {
258+
96705876C946719953BCD0C6 /* [CP] Check Pods Manifest.lock */ = {
259259
isa = PBXShellScriptBuildPhase;
260260
buildActionMask = 2147483647;
261261
files = (
262262
);
263263
inputPaths = (
264264
);
265-
name = "📦 Check Pods Manifest.lock";
265+
name = "[CP] Check Pods Manifest.lock";
266266
outputPaths = (
267267
);
268268
runOnlyForDeploymentPostprocessing = 0;
@@ -284,14 +284,14 @@
284284
shellPath = /bin/sh;
285285
shellScript = "if which swiftlint >/dev/null; then swiftlint; fi";
286286
};
287-
CAB3B20531AAE2438C48D751 /* 📦 Embed Pods Frameworks */ = {
287+
CAB3B20531AAE2438C48D751 /* [CP] Embed Pods Frameworks */ = {
288288
isa = PBXShellScriptBuildPhase;
289289
buildActionMask = 2147483647;
290290
files = (
291291
);
292292
inputPaths = (
293293
);
294-
name = "📦 Embed Pods Frameworks";
294+
name = "[CP] Embed Pods Frameworks";
295295
outputPaths = (
296296
);
297297
runOnlyForDeploymentPostprocessing = 0;

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "http://rubygems.org"
22
ruby "2.3.1"
33

4-
gem "cocoapods", "1.0.0"
4+
gem "cocoapods", "~> 1.0.0"
55
gem "pry"
66
gem "rake"
77
gem "xcpretty"

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ GEM
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
1010
claide (1.0.0)
11-
cocoapods (1.0.0)
11+
cocoapods (1.0.1)
1212
activesupport (>= 4.0.2)
1313
claide (>= 1.0.0, < 2.0)
14-
cocoapods-core (= 1.0.0)
14+
cocoapods-core (= 1.0.1)
1515
cocoapods-deintegrate (>= 1.0.0, < 2.0)
1616
cocoapods-downloader (>= 1.0.0, < 2.0)
1717
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -24,8 +24,8 @@ GEM
2424
fourflusher (~> 0.3.0)
2525
molinillo (~> 0.4.5)
2626
nap (~> 1.0)
27-
xcodeproj (>= 1.0.0, < 2.0)
28-
cocoapods-core (1.0.0)
27+
xcodeproj (>= 1.1.0, < 2.0)
28+
cocoapods-core (1.0.1)
2929
activesupport (>= 4.0.2)
3030
fuzzy_match (~> 2.0.4)
3131
nap (~> 1.0)
@@ -56,12 +56,12 @@ GEM
5656
method_source (~> 0.8.1)
5757
slop (~> 3.4)
5858
rake (11.1.2)
59-
rouge (1.10.1)
59+
rouge (1.11.0)
6060
slop (3.6.0)
6161
thread_safe (0.3.5)
6262
tzinfo (1.2.2)
6363
thread_safe (~> 0.1)
64-
xcodeproj (1.0.0)
64+
xcodeproj (1.1.0)
6565
activesupport (>= 3)
6666
claide (>= 1.0.0, < 2.0)
6767
colored (~> 1.2)
@@ -72,7 +72,7 @@ PLATFORMS
7272
ruby
7373

7474
DEPENDENCIES
75-
cocoapods (= 1.0.0)
75+
cocoapods (~> 1.0.0)
7676
pry
7777
rake
7878
xcpretty

Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
2-
- ICInputAccessory/KeyboardDismissTextField (1.0.0)
3-
- ICInputAccessory/TokenField (1.0.0)
2+
- ICInputAccessory/KeyboardDismissTextField (1.1.0)
3+
- ICInputAccessory/TokenField (1.1.0)
44

55
DEPENDENCIES:
66
- ICInputAccessory/KeyboardDismissTextField (from `./`)
@@ -11,8 +11,8 @@ EXTERNAL SOURCES:
1111
:path: "./"
1212

1313
SPEC CHECKSUMS:
14-
ICInputAccessory: e3c0705263aa7c86cebf96425c95aa716ec83f25
14+
ICInputAccessory: fa69a534ae8811866fa9d63a6b3ecf07bfced685
1515

1616
PODFILE CHECKSUM: bc37f46eb6efd595acab704850534a8198e06d74
1717

18-
COCOAPODS: 1.0.0
18+
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)