-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nexus_source support auto download versions. like cdn_source
- Loading branch information
代岭池
committed
Sep 10, 2020
1 parent
263a769
commit 7aae489
Showing
2 changed files
with
232 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) | |
|
||
Gem::Specification.new do |spec| | ||
spec.name = 'cocoapods-nexus' | ||
spec.version = "0.0.6" | ||
spec.version = '0.0.7' | ||
spec.authors = ['mrdaios'] | ||
spec.email = ['[email protected]'] | ||
spec.description = 'a cocoapods plugin for nexus.' | ||
|
@@ -19,8 +19,9 @@ Gem::Specification.new do |spec| | |
spec.require_paths = ['lib'] | ||
|
||
spec.add_runtime_dependency 'cocoapods', '>= 1.9.3' | ||
spec.add_runtime_dependency 'concurrent-ruby', '~> 1.1' | ||
spec.add_runtime_dependency 'rest-client', '~> 2.1.0' | ||
spec.add_runtime_dependency 'versionomy', '~> 0.5.0' | ||
spec.add_runtime_dependency 'typhoeus', '~> 1.0' | ||
|
||
spec.add_development_dependency 'bundler', '~> 1.3' | ||
spec.add_development_dependency 'rake', '~> 13.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters