cocoapods-multithread-installpod 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1f1f83c4f1f2ce6527b370fe3a746d5f9e0a649
|
|
4
|
+
data.tar.gz: 39b9c52556dd8e5d3aaa5ec33ee899c33f241c95
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a1b59e9c80d3c8c2610e70b4da13a86feb59be134487f6e9b30f82a1de75a684b2db24fc57a0aff83e38b47ab02595b710dfeeebb429151301aaee861787fd2
|
|
7
|
+
data.tar.gz: 00fb85b5e2db05b6a0287237d368f82354aa76918f1f0fb4967312e89eb6ca4fd2e17d5f8cd818ed9ade6c2ee52fc8c0d898e32fa03bf2798b5d44fbfcecf12b
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
require "cocoapods-multithread-installpod/version"
|
|
2
2
|
require 'thread'
|
|
3
3
|
|
|
4
|
-
if Pod::VERSION=='0.39.0'
|
|
4
|
+
if Pod::VERSION=='0.39.0' or Pod::VERSION=='1.0.0'
|
|
5
5
|
module Pod
|
|
6
6
|
class Installer
|
|
7
7
|
def install_pod_sources
|
|
@@ -119,17 +119,3 @@ elsif Pod::VERSION=='0.35.0'
|
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
# module UserInterface
|
|
123
|
-
# class << self
|
|
124
|
-
# def wrap_string(string, indent = 0)
|
|
125
|
-
# if disable_wrap
|
|
126
|
-
# string
|
|
127
|
-
# else
|
|
128
|
-
# first_space = ' ' * indent
|
|
129
|
-
# # indented = CLAide::Helper.wrap_with_indent(string, indent, 9999)
|
|
130
|
-
# # first_space + indented
|
|
131
|
-
# end
|
|
132
|
-
# end
|
|
133
|
-
# end
|
|
134
|
-
# end
|
|
135
|
-
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require 'cocoapods-multithread-installpod.rb'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-multithread-installpod
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- 晨燕
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-05-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -61,6 +61,7 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- lib/cocoapods-multithread-installpod/version.rb
|
|
63
63
|
- lib/cocoapods-multithread-installpod.rb
|
|
64
|
+
- lib/cocoapods_plugin.rb
|
|
64
65
|
homepage: https://github.com/mahaiyannn/cocoapods-multithread-installpod
|
|
65
66
|
licenses:
|
|
66
67
|
- MIT
|
|
@@ -81,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
82
|
version: '0'
|
|
82
83
|
requirements: []
|
|
83
84
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 2.0.14
|
|
85
|
+
rubygems_version: 2.0.14.1
|
|
85
86
|
signing_key:
|
|
86
87
|
specification_version: 4
|
|
87
88
|
summary: 将cocoapods installer过程中download_dependencies改为多线程,提高效率
|