cocoapods-ybin 0.0.3 → 0.0.4
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/LICENSE.txt +1 -1
- data/README.md +2 -4
- data/lib/cocoapods-ybin/gem_version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12aa1e21450d7a45b7f368cf50bad9089f214120893394714162127e726d37e2
|
|
4
|
+
data.tar.gz: 957a37be781924fe948104a055388f869ad754b32cdec328dbeee043ce80362d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 994beb6ebbed58b10b96411f398abe61559d08f6ef333755d5d12c4cebec8eabccb79ec82e00464fd120eadf8633a0d354a18e1b9f4b6bb17d165b5511ecba31
|
|
7
|
+
data.tar.gz: ab8659c8912569ce47daebe8c00b01d102f9f164cba2566cb625f152c547543be6bba01782d1dbc70f2bb14d4d577338643669ed45c42c615f68798601b442f3
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
# 二、先睹为快
|
|
20
20
|
|
|
21
|
-
**cocoapods-ybin-demo** 示例效果视频,[示例代码地址](https://github.com/
|
|
21
|
+
**cocoapods-ybin-demo** 示例效果视频,[示例代码地址](https://github.com/bytesking/cocoapods-ybin-demo.git)
|
|
22
22
|
|
|
23
23
|
<video id="video" width="756" height="426" controls="" preload="none" poster="https://img.58cdn.com.cn/dist/rn/course/ybin_demo_cover.png">
|
|
24
24
|
<source id="mp4" src="https://img.58cdn.com.cn/dist/rn/course/ybin_demo_small.mp4" type="video/mp4">
|
|
@@ -57,7 +57,7 @@ $ pod --help
|
|
|
57
57
|
# 四、使用教程
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
打开示例项目 **ocoapods-ybin-demo** [示例代码](https://github.com/
|
|
60
|
+
打开示例项目 **ocoapods-ybin-demo** [示例代码](https://github.com/bytesking/cocoapods-ybin-demo.git) 的 Podfile 目录。示例项目使用了 **Bundler** 对 pod 的版本进行了控制,实际项目根据所需选择是否采用,与本插件无关联,请酌情选择。
|
|
61
61
|
|
|
62
62
|
## 4.1 执行二进制和源码映射指令
|
|
63
63
|
|
|
@@ -106,5 +106,3 @@ $ pod ybin link --lib-version
|
|
|
106
106
|
- 如果在使用过程中遇到Bug,希望您能Issues我,谢谢(或者尝试下载使用最新版本看看Bug修复没有)
|
|
107
107
|
- 如果在使用过程中发现功能不够用,希望你能Issues我,非常想为这个工具增加更多好用的功能,谢谢
|
|
108
108
|
- 如果你想为cocoapods-ybin输出代码,请拼命Pull Requests我
|
|
109
|
-
|
|
110
|
-
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-ybin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- bytesking
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -82,7 +82,7 @@ dependencies:
|
|
|
82
82
|
version: '0'
|
|
83
83
|
description: cocoapods-ybin is a plug-in for link source and binary.
|
|
84
84
|
email:
|
|
85
|
-
-
|
|
85
|
+
- bytesking@qq.com
|
|
86
86
|
executables: []
|
|
87
87
|
extensions: []
|
|
88
88
|
extra_rdoc_files: []
|
|
@@ -98,7 +98,7 @@ files:
|
|
|
98
98
|
- lib/cocoapods_plugin.rb
|
|
99
99
|
- spec/command/ybin_spec.rb
|
|
100
100
|
- spec/spec_helper.rb
|
|
101
|
-
homepage: https://github.com/
|
|
101
|
+
homepage: https://github.com/bytesking/cocoapods-ybin.git
|
|
102
102
|
licenses:
|
|
103
103
|
- MIT
|
|
104
104
|
metadata: {}
|