cocoapods-core 1.11.0.rc.1 → 1.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c2735427193f4fc84a3b97a615af3cca4f10d62593301e4f1c6ecab813a6f93d
4
- data.tar.gz: ed188913659a40ab6eb2e3f6d2a1ebaa869ac3d0c1f3905f860ee090d01e90cb
3
+ metadata.gz: ac62610d80f5d93b07a3007a58a3e0e395f970a00eefdf90eca991a9b25d516a
4
+ data.tar.gz: 973935b5f4f56d887830b2087e430e7a2bd7a6c3df3d2d2040619b0597b9d5c8
5
5
  SHA512:
6
- metadata.gz: fe48671602a981864f4c65cd6ad0c597814448fd1ddad87dbfdfd2c8af2f83c896e43f787908c481ef60671258b87d13def40d9407a6f8313bc913b4417e69f8
7
- data.tar.gz: e4e1c23de1fbf8302f4c6b853676fee3c911fe606065a647813056a5188c7d60de811f6ada15ffdae9fa6fe303bd34c324bc8f345590a15b64728b17edbdadcf
6
+ metadata.gz: 03a20bb85f68e48b818653ccbd76075591c9c68cd28c49fb1e4384df9ce695e7d48e4805d73c445e255f8ec4d88bd7b41cdea72777069f861af866d525bba8fd
7
+ data.tar.gz: ffbe9bcc9d1a12717ece5df19cdefdbb0f3977d8ffc5906a08cb10c3b728b190355e47885ee8889dda6a3f29ae494fd214daa6d8cba484c295b0f30d2a68fb85
@@ -1,5 +1,5 @@
1
1
  module Pod
2
2
  # The version of the cocoapods-core.
3
3
  #
4
- CORE_VERSION = '1.11.0.rc.1'.freeze unless defined? Pod::CORE_VERSION
4
+ CORE_VERSION = '1.11.0'.freeze unless defined? Pod::CORE_VERSION
5
5
  end
@@ -1380,27 +1380,27 @@ module Pod
1380
1380
  #
1381
1381
  # @example
1382
1382
  #
1383
- # s.on_demand_resources = {
1384
- # 'Tag1' => 'file1.png'
1385
- # }
1383
+ # s.on_demand_resources = {
1384
+ # 'Tag1' => 'file1.png'
1385
+ # }
1386
1386
  #
1387
1387
  # @example
1388
1388
  #
1389
- # s.on_demand_resources = {
1390
- # 'Tag1' => ['file1.png', 'file2.png']
1391
- # }
1389
+ # s.on_demand_resources = {
1390
+ # 'Tag1' => ['file1.png', 'file2.png']
1391
+ # }
1392
1392
  #
1393
1393
  # @example
1394
1394
  #
1395
- # s.on_demand_resources = {
1396
- # 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :download_on_demand }
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
- # s.on_demand_resources = {
1402
- # 'Tag1' => { :paths => ['file1.png', 'file2.png'], :category => :initial_install }
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.rc.1
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-08-25 00:00:00.000000000 Z
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: 1.3.1
232
+ version: '0'
233
233
  requirements: []
234
- rubygems_version: 3.1.3
234
+ rubygems_version: 3.0.9
235
235
  signing_key:
236
236
  specification_version: 4
237
237
  summary: The models of CocoaPods