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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +35 -14
- data/cocoapods-bin.gemspec +3 -3
- data/lib/cocoapods-bin/command/bin/list.rb +26 -26
- data/lib/cocoapods-bin/command/bin/open.rb +46 -46
- data/lib/cocoapods-bin/command/bin/repo/update.rb +24 -24
- data/lib/cocoapods-bin/command/bin/search.rb +47 -47
- data/lib/cocoapods-bin/config/config.rb +59 -59
- data/lib/cocoapods-bin/gem_version.rb +4 -4
- data/lib/cocoapods-bin/helpers/spec_creator.rb +107 -107
- data/lib/cocoapods-bin/native/analyzer.rb +19 -19
- data/lib/cocoapods-bin/native/podfile.rb +49 -49
- data/lib/cocoapods-bin/native/resolver.rb +95 -95
- data/lib/cocoapods-bin/native/source_provider_hook.rb +6 -6
- data/lib/cocoapods-bin/native/specification.rb +3 -3
- metadata +6 -5
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.
|
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-
|
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/
|
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
|