Skip to content

Commit 5ede7ba

Browse files
committed
Merge branch 'feature/cocoapods' into develop
2 parents b2a27dc + 02dc6e0 commit 5ede7ba

7 files changed

Lines changed: 54 additions & 43 deletions

File tree

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.3.1

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;

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source "http://rubygems.org"
2+
ruby "2.3.1"
23

3-
gem "cocoapods", "~> 0.39.0"
4+
gem "cocoapods", "1.0.0"
45
gem "pry"
56
gem "rake"
67
gem "xcpretty"

Gemfile.lock

Lines changed: 34 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,69 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (4.2.5.2)
4+
activesupport (4.2.6)
55
i18n (~> 0.7)
66
json (~> 1.7, >= 1.7.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
claide (0.9.1)
11-
cocoapods (0.39.0)
10+
claide (1.0.0)
11+
cocoapods (1.0.0)
1212
activesupport (>= 4.0.2)
13-
claide (~> 0.9.1)
14-
cocoapods-core (= 0.39.0)
15-
cocoapods-downloader (~> 0.9.3)
16-
cocoapods-plugins (~> 0.4.2)
17-
cocoapods-search (~> 0.1.0)
18-
cocoapods-stats (~> 0.6.2)
19-
cocoapods-trunk (~> 0.6.4)
20-
cocoapods-try (~> 0.5.1)
13+
claide (>= 1.0.0, < 2.0)
14+
cocoapods-core (= 1.0.0)
15+
cocoapods-deintegrate (>= 1.0.0, < 2.0)
16+
cocoapods-downloader (>= 1.0.0, < 2.0)
17+
cocoapods-plugins (>= 1.0.0, < 2.0)
18+
cocoapods-search (>= 1.0.0, < 2.0)
19+
cocoapods-stats (>= 1.0.0, < 2.0)
20+
cocoapods-trunk (>= 1.0.0, < 2.0)
21+
cocoapods-try (>= 1.0.0, < 2.0)
2122
colored (~> 1.2)
2223
escape (~> 0.0.4)
23-
molinillo (~> 0.4.0)
24+
fourflusher (~> 0.3.0)
25+
molinillo (~> 0.4.5)
2426
nap (~> 1.0)
25-
xcodeproj (~> 0.28.2)
26-
cocoapods-core (0.39.0)
27+
xcodeproj (>= 1.0.0, < 2.0)
28+
cocoapods-core (1.0.0)
2729
activesupport (>= 4.0.2)
2830
fuzzy_match (~> 2.0.4)
2931
nap (~> 1.0)
30-
cocoapods-downloader (0.9.3)
31-
cocoapods-plugins (0.4.2)
32+
cocoapods-deintegrate (1.0.0)
33+
cocoapods-downloader (1.0.0)
34+
cocoapods-plugins (1.0.0)
3235
nap
33-
cocoapods-search (0.1.0)
34-
cocoapods-stats (0.6.2)
35-
cocoapods-trunk (0.6.4)
36+
cocoapods-search (1.0.0)
37+
cocoapods-stats (1.0.0)
38+
cocoapods-trunk (1.0.0)
3639
nap (>= 0.8, < 2.0)
3740
netrc (= 0.7.8)
38-
cocoapods-try (0.5.1)
41+
cocoapods-try (1.0.0)
3942
coderay (1.1.1)
4043
colored (1.2)
4144
escape (0.0.4)
45+
fourflusher (0.3.1)
4246
fuzzy_match (2.0.4)
4347
i18n (0.7.0)
4448
json (1.8.3)
4549
method_source (0.8.2)
46-
minitest (5.8.4)
47-
molinillo (0.4.4)
50+
minitest (5.9.0)
51+
molinillo (0.4.5)
4852
nap (1.1.0)
4953
netrc (0.7.8)
5054
pry (0.10.3)
5155
coderay (~> 1.1.0)
5256
method_source (~> 0.8.1)
5357
slop (~> 3.4)
54-
rake (10.5.0)
58+
rake (11.1.2)
5559
rouge (1.10.1)
5660
slop (3.6.0)
5761
thread_safe (0.3.5)
5862
tzinfo (1.2.2)
5963
thread_safe (~> 0.1)
60-
xcodeproj (0.28.2)
64+
xcodeproj (1.0.0)
6165
activesupport (>= 3)
62-
claide (~> 0.9.1)
66+
claide (>= 1.0.0, < 2.0)
6367
colored (~> 1.2)
6468
xcpretty (0.2.2)
6569
rouge (~> 1.8)
@@ -68,10 +72,13 @@ PLATFORMS
6872
ruby
6973

7074
DEPENDENCIES
71-
cocoapods (~> 0.39.0)
75+
cocoapods (= 1.0.0)
7276
pry
7377
rake
7478
xcpretty
7579

80+
RUBY VERSION
81+
ruby 2.3.1p112
82+
7683
BUNDLED WITH
77-
1.11.2
84+
1.12.5

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)