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

parent c4dec0f9
...@@ -34,10 +34,10 @@ GIT ...@@ -34,10 +34,10 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-deintegrate.git remote: https://github.com/CocoaPods/cocoapods-deintegrate.git
revision: 8fd68d22115893b6f9c5810c7a0be0dd481c30a6 revision: c5e0698f7043b440a0d9d2db89f2145171ae6593
branch: master branch: master
specs: specs:
cocoapods-deintegrate (1.0.0.rc.2) cocoapods-deintegrate (1.0.0)
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-downloader.git remote: https://github.com/CocoaPods/cocoapods-downloader.git
...@@ -98,7 +98,7 @@ PATH ...@@ -98,7 +98,7 @@ PATH
activesupport (>= 4.0.2) activesupport (>= 4.0.2)
claide (>= 1.0.0, < 2.0) claide (>= 1.0.0, < 2.0)
cocoapods-core (= 1.0.0.rc.2) cocoapods-core (= 1.0.0.rc.2)
cocoapods-deintegrate (= 1.0.0.rc.2) cocoapods-deintegrate (>= 1.0.0, < 2.0)
cocoapods-downloader (= 1.0.0.rc.1) cocoapods-downloader (= 1.0.0.rc.1)
cocoapods-plugins (= 1.0.0.rc.1) cocoapods-plugins (= 1.0.0.rc.1)
cocoapods-search (= 1.0.0.rc.1) cocoapods-search (= 1.0.0.rc.1)
......
...@@ -30,7 +30,7 @@ Gem::Specification.new do |s| ...@@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}" s.add_runtime_dependency 'cocoapods-core', "= #{Pod::VERSION}"
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.rc.2' s.add_runtime_dependency 'cocoapods-deintegrate', '>= 1.0.0', '< 2.0'
s.add_runtime_dependency 'cocoapods-downloader', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-downloader', '1.0.0.rc.1'
s.add_runtime_dependency 'cocoapods-plugins', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-plugins', '1.0.0.rc.1'
s.add_runtime_dependency 'cocoapods-search', '1.0.0.rc.1' s.add_runtime_dependency 'cocoapods-search', '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