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 +4 -4
- data/cocoapods-packager-ext.gemspec +1 -6
- data/lib/cocoapods-packager-ext/gem_version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 665b0cd1d67f2af889d4eae3066c35f5b67c15befb01787f0f34dc29476b3e62
|
|
4
|
+
data.tar.gz: 112fb07b32732c4995bc0865e20e789fe5009c38a26d481298d55e12d0586e86
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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'
|
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.
|
|
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:
|
|
104
|
-
|
|
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
|