[Gemspec] Bump cocoapods-plugins to `'>= 1.0.0', '< 2.0'`

parent 524d0f6a
...@@ -48,10 +48,10 @@ GIT ...@@ -48,10 +48,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: bcd0d11e387c60d8ddd0b37bb938f52c8624ca4c revision: 6f7c1c99c6494795e49127bb1fef12f04e0f405f
branch: master branch: master
specs: specs:
cocoapods-plugins (1.0.0.rc.1) cocoapods-plugins (1.0.0)
nap nap
GIT GIT
...@@ -100,7 +100,7 @@ PATH ...@@ -100,7 +100,7 @@ PATH
cocoapods-core (= 1.0.0.rc.2) cocoapods-core (= 1.0.0.rc.2)
cocoapods-deintegrate (>= 1.0.0, < 2.0) cocoapods-deintegrate (>= 1.0.0, < 2.0)
cocoapods-downloader (>= 1.0.0, < 2.0) cocoapods-downloader (>= 1.0.0, < 2.0)
cocoapods-plugins (= 1.0.0.rc.1) cocoapods-plugins (>= 1.0.0, < 2.0)
cocoapods-search (= 1.0.0.rc.1) cocoapods-search (= 1.0.0.rc.1)
cocoapods-stats (= 1.0.0.rc.1) cocoapods-stats (= 1.0.0.rc.1)
cocoapods-trunk (= 1.0.0.rc.1) cocoapods-trunk (= 1.0.0.rc.1)
......
...@@ -32,7 +32,7 @@ Gem::Specification.new do |s| ...@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'claide', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'claide', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-deintegrate', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-deintegrate', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-downloader', '>= 1.0.0', '< 2.0' s.add_runtime_dependency 'cocoapods-downloader', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-plugins', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-plugins', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-search', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-search', '1.0.0.rc.1'
s.add_runtime_dependency 'cocoapods-stats', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-stats', '1.0.0.rc.1'
s.add_runtime_dependency 'cocoapods-trunk', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-trunk', '1.0.0.rc.1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment