cocoapods-bin 0.1.1 → 0.1.2

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-bin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - tripleCC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-22 00:00:00.000000000 Z
11
+ date: 2019-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: parallel
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '0'
69
- description: 组件二进制化插件.
69
+ description: cocoapods pods source switcher.
70
70
  email:
71
71
  - triplec.linux@gmail.com
72
72
  executables: []
@@ -121,7 +121,7 @@ files:
121
121
  - lib/cocoapods_plugin.rb
122
122
  - spec/command/bin_spec.rb
123
123
  - spec/spec_helper.rb
124
- homepage: https://github.com/EXAMPLE/cocoapods-bin
124
+ homepage: https://github.com/tripleCC/cocoapods-bin
125
125
  licenses:
126
126
  - MIT
127
127
  metadata: {}
@@ -144,7 +144,8 @@ rubyforge_project:
144
144
  rubygems_version: 2.6.14
145
145
  signing_key:
146
146
  specification_version: 4
147
- summary: 组件二进制化插件。利用源码私有源与二进制私有源实现对组件依赖类型的切换.
147
+ summary: cocoapods-bin is a plugin which helps develpers switching pods between source
148
+ code and binary.
148
149
  test_files:
149
150
  - spec/command/bin_spec.rb
150
151
  - spec/spec_helper.rb