Skip to content

Commit 2c41e7d

Browse files
authored
Change cocoapods version from 1.6.0.rc.2 to 1.6.0. (#2358)
* Change cocoapods version from 1.6.0.rc.2 to 1.6.0. * Update Gemfile.lock
1 parent 44b7e3a commit 2c41e7d

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# use 'bundle update' to update to latest gems
22
source 'https://rubygems.org'
33

4-
gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git', :tag => '1.6.0.rc.2'
5-
gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git', :tag => '1.6.0.rc.2'
4+
gem 'cocoapods', :git => 'https://github.com/CocoaPods/CocoaPods.git'
5+
gem 'cocoapods-core', :git => 'https://github.com/CocoaPods/Core.git'
66
gem 'cocoapods-generate', :git => 'https://github.com/square/cocoapods-generate'
77
gem 'xcodeproj', :git => 'https://github.com/CocoaPods/Xcodeproj.git'

Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
GIT
22
remote: https://github.com/CocoaPods/CocoaPods.git
3-
revision: 783424de392ebb327f7dc25d685b8df9605e76be
4-
tag: 1.6.0.rc.2
3+
revision: 984af0b1c31000b30455b276bcac21d424003f40
54
specs:
6-
cocoapods (1.6.0.rc.2)
5+
cocoapods (1.6.0)
76
activesupport (>= 4.0.2, < 5)
87
claide (>= 1.0.2, < 2.0)
9-
cocoapods-core (= 1.6.0.rc.2)
8+
cocoapods-core (= 1.6.0)
109
cocoapods-deintegrate (>= 1.0.2, < 2.0)
1110
cocoapods-downloader (>= 1.2.2, < 2.0)
1211
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -25,10 +24,9 @@ GIT
2524

2625
GIT
2726
remote: https://github.com/CocoaPods/Core.git
28-
revision: 2e99d7e1ce9c36bc82c822624e34c150b48342f5
29-
tag: 1.6.0.rc.2
27+
revision: 887e2804a091eec4bc43f9db8285d8e07905418d
3028
specs:
31-
cocoapods-core (1.6.0.rc.2)
29+
cocoapods-core (1.6.0)
3230
activesupport (>= 4.0.2, < 6)
3331
fuzzy_match (~> 2.0.4)
3432
nap (~> 1.0)

GoogleDataLogger.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Shared library for iOS SDK data logging needs.
1717

1818
s.ios.deployment_target = '8.0'
1919

20-
s.cocoapods_version = '>= 1.6.0.rc.2'
20+
s.cocoapods_version = '>= 1.6.0'
2121

2222
s.static_framework = true
2323
s.prefix_header_file = false

0 commit comments

Comments
 (0)