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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e40278d03a980ab09c6e027ecc4b32f3d56fccf7263c4e32dda65c3665f2c8a3
4
- data.tar.gz: 3cc644f8bfb358c543e7ab6cf1ab571fc522856e3c15185365d83ab73f7c9330
3
+ metadata.gz: 12aa1e21450d7a45b7f368cf50bad9089f214120893394714162127e726d37e2
4
+ data.tar.gz: 957a37be781924fe948104a055388f869ad754b32cdec328dbeee043ce80362d
5
5
  SHA512:
6
- metadata.gz: 5a4b1537ab50147be6a0e6df71f22260714b59619b46ffbc0980b9cf24aab53f98c1cdc32abe1d0e9d030da9fff669e1925d8ac21412edcfc54bcd19c629a5d2
7
- data.tar.gz: 11a6ba2e42caef75685fbca58731eb85a5f3e26f7976c02bf6ac3b503cf077540130bb7a0d38c0d3d7ce1dfd944f460adf788fe56fbb31600f10cfe4c9293d28
6
+ metadata.gz: 994beb6ebbed58b10b96411f398abe61559d08f6ef333755d5d12c4cebec8eabccb79ec82e00464fd120eadf8633a0d354a18e1b9f4b6bb17d165b5511ecba31
7
+ data.tar.gz: ab8659c8912569ce47daebe8c00b01d102f9f164cba2566cb625f152c547543be6bba01782d1dbc70f2bb14d4d577338643669ed45c42c615f68798601b442f3
data/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2020 monetking <houmanager@qq.com>
1
+ Copyright (c) 2020 bytesking <houmanager@qq.com>
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  # 二、先睹为快
20
20
 
21
- **cocoapods-ybin-demo** 示例效果视频,[示例代码地址](https://github.com/monetking/cocoapods-ybin-demo.git)
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/monetking/cocoapods-ybin-demo.git) 的 Podfile 目录。示例项目使用了 **Bundler** 对 pod 的版本进行了控制,实际项目根据所需选择是否采用,与本插件无关联,请酌情选择。
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
-
@@ -1,3 +1,3 @@
1
1
  module CocoapodsYbin
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
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.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
- - monetking
7
+ - bytesking
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-10 00:00:00.000000000 Z
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
- - houmanager@qq.com
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/monetking/cocoapods-ybin.git
101
+ homepage: https://github.com/bytesking/cocoapods-ybin.git
102
102
  licenses:
103
103
  - MIT
104
104
  metadata: {}