Skip to content

Commit cb4b4b3

Browse files
authored
cocoapod-generate 1.6.0 released (#3767)
1 parent 0609592 commit cb4b4b3

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
source 'https://rubygems.org'
44

55
gem 'cocoapods', "1.7.5"
6-
# TODO(paulb777): The GitHub install is needed for the --platforms feature.
7-
# Change it back to a version specification when the 1.6.0 gem publishes.
8-
gem 'cocoapods-generate', :git => 'https://github.com/square/cocoapods-generate.git', :ref => 'ada3b8f'
6+
gem 'cocoapods-generate', '1.6.0'

Gemfile.lock

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: https://github.com/square/cocoapods-generate.git
3-
revision: ada3b8f1b76248ed4b3ac9cd3a4d8b0e281f2b7a
4-
ref: ada3b8f
5-
specs:
6-
cocoapods-generate (1.5.0)
7-
cocoapods-disable-podfile-validations (~> 0.1.1)
8-
91
GEM
102
remote: https://rubygems.org/
113
specs:
@@ -43,6 +35,8 @@ GEM
4335
cocoapods-deintegrate (1.0.4)
4436
cocoapods-disable-podfile-validations (0.1.1)
4537
cocoapods-downloader (1.2.2)
38+
cocoapods-generate (1.6.0)
39+
cocoapods-disable-podfile-validations (~> 0.1.1)
4640
cocoapods-plugins (1.0.0)
4741
nap
4842
cocoapods-search (1.0.0)
@@ -80,7 +74,7 @@ PLATFORMS
8074

8175
DEPENDENCIES
8276
cocoapods (= 1.7.5)
83-
cocoapods-generate!
77+
cocoapods-generate (= 1.6.0)
8478

8579
BUNDLED WITH
8680
1.17.3

0 commit comments

Comments
 (0)