cocoapods-core 1.11.0.rc.1 → 1.11.0
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/lib/cocoapods-core/gem_version.rb +1 -1
- data/lib/cocoapods-core/specification/dsl.rb +12 -12
- 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: ac62610d80f5d93b07a3007a58a3e0e395f970a00eefdf90eca991a9b25d516a
|
|
4
|
+
data.tar.gz: 973935b5f4f56d887830b2087e430e7a2bd7a6c3df3d2d2040619b0597b9d5c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03a20bb85f68e48b818653ccbd76075591c9c68cd28c49fb1e4384df9ce695e7d48e4805d73c445e255f8ec4d88bd7b41cdea72777069f861af866d525bba8fd
|
|
7
|
+
data.tar.gz: ffbe9bcc9d1a12717ece5df19cdefdbb0f3977d8ffc5906a08cb10c3b728b190355e47885ee8889dda6a3f29ae494fd214daa6d8cba484c295b0f30d2a68fb85
|
|
@@ -1380,27 +1380,27 @@ module Pod
|
|
|
1380
1380
|
#
|
|
1381
1381
|
# @example
|
|
1382
1382
|
#
|
|
1383
|
-
#
|
|
1384
|
-
#
|
|
1385
|
-
#
|
|
1383
|
+
# s.on_demand_resources = {
|
|
1384
|
+
# 'Tag1' => 'file1.png'
|
|
1385
|
+
# }
|
|
1386
1386
|
#
|
|
1387
1387
|
# @example
|
|
1388
1388
|
#
|
|
1389
|
-
#
|
|
1390
|
-
#
|
|
1391
|
-
#
|
|
1389
|
+
# s.on_demand_resources = {
|
|
1390
|
+
# 'Tag1' => ['file1.png', 'file2.png']
|
|
1391
|
+
# }
|
|
1392
1392
|
#
|
|
1393
1393
|
# @example
|
|
1394
1394
|
#
|
|
1395
|
-
#
|
|
1396
|
-
#
|
|
1397
|
-
#
|
|
1395
|
+
# s.on_demand_resources = {
|
|
1396
|
+
# 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :download_on_demand }
|
|
1397
|
+
# }
|
|
1398
1398
|
#
|
|
1399
1399
|
# @example
|
|
1400
1400
|
#
|
|
1401
|
-
#
|
|
1402
|
-
#
|
|
1403
|
-
#
|
|
1401
|
+
# s.on_demand_resources = {
|
|
1402
|
+
# 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :initial_install }
|
|
1403
|
+
# }
|
|
1404
1404
|
#
|
|
1405
1405
|
# @param [Hash{String=>String}, Hash{String=>Array<String>}, Hash{String=>Hash}] on_demand_resources
|
|
1406
1406
|
# The on demand resources shipped with the Pod.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocoapods-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.11.0
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eloy Duran
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-
|
|
12
|
+
date: 2021-09-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activesupport
|
|
@@ -227,11 +227,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
227
227
|
version: '2.6'
|
|
228
228
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
229
229
|
requirements:
|
|
230
|
-
- - "
|
|
230
|
+
- - ">="
|
|
231
231
|
- !ruby/object:Gem::Version
|
|
232
|
-
version:
|
|
232
|
+
version: '0'
|
|
233
233
|
requirements: []
|
|
234
|
-
rubygems_version: 3.
|
|
234
|
+
rubygems_version: 3.0.9
|
|
235
235
|
signing_key:
|
|
236
236
|
specification_version: 4
|
|
237
237
|
summary: The models of CocoaPods
|