Skip to content

Commit 8241d85

Browse files
committed
Cocoapods upgrade, remove offline from Podfile
1 parent a9c2614 commit 8241d85

File tree

4 files changed

+12
-28
lines changed

4 files changed

+12
-28
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

33
gem 'xcov'
4-
gem 'cocoapods', '~> 1.7.0.beta.1'
4+
gem 'cocoapods', '~> 1.7.5'
55
gem 'fastlane'
6-
gem 'json', '~> 2.1.0'
6+
gem 'json', '~> 2.1.0'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ GEM
1212
atomos (0.1.3)
1313
babosa (1.0.3)
1414
claide (1.0.3)
15-
cocoapods (1.7.0.beta.3)
15+
cocoapods (1.7.5)
1616
activesupport (>= 4.0.2, < 5)
1717
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.0.beta.3)
18+
cocoapods-core (= 1.7.5)
1919
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2020
cocoapods-downloader (>= 1.2.2, < 2.0)
2121
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -25,13 +25,13 @@ GEM
2525
cocoapods-try (>= 1.1.0, < 2.0)
2626
colored2 (~> 3.1)
2727
escape (~> 0.0.4)
28-
fourflusher (>= 2.2.0, < 3.0)
28+
fourflusher (>= 2.3.0, < 3.0)
2929
gh_inspector (~> 1.0)
3030
molinillo (~> 0.6.6)
3131
nap (~> 1.0)
3232
ruby-macho (~> 1.4)
33-
xcodeproj (>= 1.8.2, < 2.0)
34-
cocoapods-core (1.7.0.beta.3)
33+
xcodeproj (>= 1.10.0, < 2.0)
34+
cocoapods-core (1.7.5)
3535
activesupport (>= 4.0.2, < 6)
3636
fuzzy_match (~> 2.0.4)
3737
nap (~> 1.0)
@@ -41,7 +41,7 @@ GEM
4141
nap
4242
cocoapods-search (1.0.0)
4343
cocoapods-stats (1.1.0)
44-
cocoapods-trunk (1.3.1)
44+
cocoapods-trunk (1.4.1)
4545
nap (>= 0.8, < 2.0)
4646
netrc (~> 0.11)
4747
cocoapods-try (1.1.0)
@@ -104,7 +104,7 @@ GEM
104104
xcodeproj (>= 1.8.1, < 2.0.0)
105105
xcpretty (~> 0.3.0)
106106
xcpretty-travis-formatter (>= 0.0.3)
107-
fourflusher (2.2.0)
107+
fourflusher (2.3.1)
108108
fuzzy_match (2.0.4)
109109
gh_inspector (1.1.3)
110110
google-api-client (0.23.9)
@@ -213,7 +213,7 @@ PLATFORMS
213213
ruby
214214

215215
DEPENDENCIES
216-
cocoapods (~> 1.7.0.beta.1)
216+
cocoapods (~> 1.7.5)
217217
fastlane
218218
json (~> 2.1.0)
219219
xcov

Podfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,6 @@
22

33
use_frameworks!
44

5-
def common_deps
6-
pod 'AlgoliaSearchOfflineCore-iOS', '~> 1.2'
7-
end
8-
9-
target "AlgoliaSearch-Offline-iOS" do
10-
common_deps
11-
end
12-
13-
target "AlgoliaSearch-Offline-iOS-Tests" do
14-
common_deps
15-
end
16-
175
def testing_pods
186
pod 'PromiseKit', '~> 4.4'
197
end

Podfile.lock

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
PODS:
2-
- AlgoliaSearchOfflineCore-iOS (1.2.2)
32
- PromiseKit (4.4.0):
43
- PromiseKit/Foundation (= 4.4.0)
54
- PromiseKit/QuartzCore (= 4.4.0)
@@ -13,18 +12,15 @@ PODS:
1312
- PromiseKit/CorePromise
1413

1514
DEPENDENCIES:
16-
- AlgoliaSearchOfflineCore-iOS (~> 1.2)
1715
- PromiseKit (~> 4.4)
1816

1917
SPEC REPOS:
2018
https://github.com/cocoapods/specs.git:
21-
- AlgoliaSearchOfflineCore-iOS
2219
- PromiseKit
2320

2421
SPEC CHECKSUMS:
25-
AlgoliaSearchOfflineCore-iOS: 8cc5fbb3ba00fc28a9a66ce302d3ce3a739e6eea
2622
PromiseKit: ecf5fe92275d57ee77c9ede858af47a162e9b97e
2723

28-
PODFILE CHECKSUM: 6a84a4eada474315f0e394fa18031f32df0658a4
24+
PODFILE CHECKSUM: 46de31a5ec13acf8a160ea88cc02fa885878080b
2925

30-
COCOAPODS: 1.7.0.beta.3
26+
COCOAPODS: 1.7.5

0 commit comments

Comments
 (0)