cocoapods-packager-ext 0.0.45 → 0.0.46

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: 85efa34fb9a5d7585a4a5c7e6938c6033760f42a1b6cc5ca8211782634ffab4a
4
- data.tar.gz: 554e224b42a2392d2a36763878b36d0141f49bfeb277cbed6e9aa881b8b66cbf
3
+ metadata.gz: 665b0cd1d67f2af889d4eae3066c35f5b67c15befb01787f0f34dc29476b3e62
4
+ data.tar.gz: 112fb07b32732c4995bc0865e20e789fe5009c38a26d481298d55e12d0586e86
5
5
  SHA512:
6
- metadata.gz: d846c8d3911e7f595a98dcbe2a533f5fb598af083aa962f2a47aa67cb1f00cfe514cafc8a936990715312dbded1d7d8368937f22910943b3301a038abcb8bee1
7
- data.tar.gz: b4b4e4050586f02d834b3e23b282a91874286e2656d280b9ab3bbc5ad60a8af412dedfd04b4143c10dcb664301741f7b1bbeea342c5c8bb25ede0f6d0091d87f
6
+ metadata.gz: 8667df2b21f800f3d66e0050d2175362859892e80d6dc2565a156973b8c23cc1b3c70fc4ed24d053efaf396e22669ed4913baa1bd615283575811e4e415656b6
7
+ data.tar.gz: d79e2b1f0497d974b0cf825ebed9ba7abee2d7ab1803a9809515e97ff2a956315519da38fa004d4ecdf9cef2fc86b575edf141f7a39208147609a22f640b7bf7
@@ -10,12 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['kyle.zhou@qq.com']
11
11
  spec.description = %q{cocoapods-packager extension.}
12
12
  spec.summary = %q{
13
- --Podfile: supports analyze version dependencies from a Podfile
14
- --Archs: supports specified arch
15
- --exclude-deps: excludes the specified dependent libraries
16
- --Update: Update sources are supported
17
- ENV[ENABLE_BACKUP_WORKSPACE] == YES: The compile workspace will be saved
18
- ENV['ENABLE_CLEAN_DUMMY_FILE'] == YES: clean all dymmy file, avoid dymmy symbols being defined repeatedly.
13
+ cocoapods-packager extension, support specify Podfile, platforms, and archs. support update source and backup workspace.
19
14
  }
20
15
  spec.homepage = 'https://github.com/EXAMPLE/cocoapods-packager-ext'
21
16
  spec.license = 'MIT'
@@ -1,3 +1,3 @@
1
1
  module CocoapodsPackagerExt
2
- VERSION = "0.0.45"
2
+ VERSION = "0.0.46"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cocoapods-packager-ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.45
4
+ version: 0.0.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - kyle.zhou
@@ -100,11 +100,8 @@ requirements: []
100
100
  rubygems_version: 3.0.8
101
101
  signing_key:
102
102
  specification_version: 4
103
- summary: "--Podfile: supports analyze version dependencies from a Podfile --Archs:
104
- supports specified arch --exclude-deps: excludes the specified dependent libraries
105
- --Update: Update sources are supported ENV[ENABLE_BACKUP_WORKSPACE] == YES: The
106
- compile workspace will be saved ENV['ENABLE_CLEAN_DUMMY_FILE'] == YES: clean all
107
- dymmy file, avoid dymmy symbols being defined repeatedly."
103
+ summary: cocoapods-packager extension, support specify Podfile, platforms, and archs.
104
+ support update source and backup workspace.
108
105
  test_files:
109
106
  - spec/command/ext_spec.rb
110
107
  - spec/spec_helper.rb