Skip to content

Commit 02dc6e0

Browse files
committed
Update Podfile config
1 parent c468165 commit 02dc6e0

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

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 /* 📦 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 /* 📦 Embed Pods Frameworks */,
171+
7B2FB96C7361D5883F3ADD14 /* 📦 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 /* 📦 Copy Pods Resources */ = {
244244
isa = PBXShellScriptBuildPhase;
245245
buildActionMask = 2147483647;
246246
files = (
247247
);
248248
inputPaths = (
249249
);
250-
name = "Copy Pods Resources";
250+
name = "📦 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 /* 📦 Check Pods Manifest.lock */ = {
259259
isa = PBXShellScriptBuildPhase;
260260
buildActionMask = 2147483647;
261261
files = (
262262
);
263263
inputPaths = (
264264
);
265-
name = "Check Pods Manifest.lock";
265+
name = "📦 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 /* 📦 Embed Pods Frameworks */ = {
288288
isa = PBXShellScriptBuildPhase;
289289
buildActionMask = 2147483647;
290290
files = (
291291
);
292292
inputPaths = (
293293
);
294-
name = "Embed Pods Frameworks";
294+
name = "📦 Embed Pods Frameworks";
295295
outputPaths = (
296296
);
297297
runOnlyForDeploymentPostprocessing = 0;

ICInputAccessory.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Pod::Spec.new do |s|
2424

2525
s.default_subspecs = "KeyboardDismissTextField", "TokenField"
2626

27-
s.subspec :KeyboardDismissTextField do |sp|
27+
s.subspec "KeyboardDismissTextField" do |sp|
2828
sp.source_files = "Source/KeyboardDismissTextField/*.swift"
2929
sp.resources = "Source/KeyboardDismissTextField/*.xcassets"
3030
end
3131

32-
s.subspec :TokenField do |sp|
32+
s.subspec "TokenField" do |sp|
3333
sp.source_files = "Source/TokenField/*.swift"
3434
end
3535
end

Podfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ platform :ios, "8.0"
22
use_frameworks!
33

44
workspace "ICInputAccessory"
5-
xcodeproj "ICInputAccessory"
6-
xcodeproj "Example/Example"
5+
project "ICInputAccessory"
6+
project "Example/Example"
77

8-
target :Example do
8+
target "Example" do
99
pod "ICInputAccessory/KeyboardDismissTextField", path: "./"
1010
pod "ICInputAccessory/TokenField", path: "./"
1111
end

Podfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ EXTERNAL SOURCES:
1313
SPEC CHECKSUMS:
1414
ICInputAccessory: e3c0705263aa7c86cebf96425c95aa716ec83f25
1515

16-
COCOAPODS: 0.39.0
16+
PODFILE CHECKSUM: bc37f46eb6efd595acab704850534a8198e06d74
17+
18+
COCOAPODS: 1.0.0

0 commit comments

Comments
 (0)