Skip to content

Commit b455aca

Browse files
committed
Update dependencies
1 parent 312f7a9 commit b455aca

File tree

3 files changed

+30
-32
lines changed

3 files changed

+30
-32
lines changed

Gemfile.lock

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,40 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.4.4)
6+
activesupport (7.0.4.3)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
11+
addressable (2.8.1)
12+
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
1514
httpclient (~> 2.8, >= 2.8.3)
1615
json (>= 1.5.1)
1716
atomos (0.1.3)
1817
claide (1.1.0)
19-
cocoapods (1.11.2)
18+
cocoapods (1.12.0)
2019
addressable (~> 2.8)
2120
claide (>= 1.0.2, < 2.0)
22-
cocoapods-core (= 1.11.2)
21+
cocoapods-core (= 1.12.0)
2322
cocoapods-deintegrate (>= 1.0.3, < 2.0)
24-
cocoapods-downloader (>= 1.4.0, < 2.0)
23+
cocoapods-downloader (>= 1.6.0, < 2.0)
2524
cocoapods-plugins (>= 1.0.0, < 2.0)
2625
cocoapods-search (>= 1.0.0, < 2.0)
27-
cocoapods-trunk (>= 1.4.0, < 2.0)
26+
cocoapods-trunk (>= 1.6.0, < 2.0)
2827
cocoapods-try (>= 1.1.0, < 2.0)
2928
colored2 (~> 3.1)
3029
escape (~> 0.0.4)
3130
fourflusher (>= 2.3.0, < 3.0)
3231
gh_inspector (~> 1.0)
3332
molinillo (~> 0.8.0)
3433
nap (~> 1.0)
35-
ruby-macho (>= 1.0, < 3.0)
34+
ruby-macho (>= 2.3.0, < 3.0)
3635
xcodeproj (>= 1.21.0, < 2.0)
37-
cocoapods-core (1.11.2)
38-
activesupport (>= 5.0, < 7)
36+
cocoapods-core (1.12.0)
37+
activesupport (>= 5.0, < 8)
3938
addressable (~> 2.8)
4039
algoliasearch (~> 1.0)
4140
concurrent-ruby (~> 1.1)
@@ -54,40 +53,40 @@ GEM
5453
netrc (~> 0.11)
5554
cocoapods-try (1.2.0)
5655
colored2 (3.1.2)
57-
concurrent-ruby (1.1.9)
56+
concurrent-ruby (1.2.2)
5857
escape (0.0.4)
59-
ethon (0.15.0)
58+
ethon (0.16.0)
6059
ffi (>= 1.15.0)
6160
ffi (1.15.5)
6261
fourflusher (2.3.1)
6362
fuzzy_match (2.0.4)
6463
gh_inspector (1.1.3)
6564
httpclient (2.8.3)
66-
i18n (1.9.1)
65+
i18n (1.12.0)
6766
concurrent-ruby (~> 1.0)
68-
json (2.6.1)
69-
minitest (5.15.0)
67+
json (2.6.3)
68+
minitest (5.18.0)
7069
molinillo (0.8.0)
7170
nanaimo (0.3.0)
7271
nap (1.1.0)
7372
netrc (0.11.0)
74-
public_suffix (4.0.6)
73+
public_suffix (4.0.7)
7574
rexml (3.2.5)
7675
ruby-macho (2.5.1)
7776
typhoeus (1.4.0)
7877
ethon (>= 0.9.0)
79-
tzinfo (2.0.4)
78+
tzinfo (2.0.6)
8079
concurrent-ruby (~> 1.0)
81-
xcodeproj (1.21.0)
80+
xcodeproj (1.22.0)
8281
CFPropertyList (>= 2.3.3, < 4.0)
8382
atomos (~> 0.1.3)
8483
claide (>= 1.0.2, < 2.0)
8584
colored2 (~> 3.1)
8685
nanaimo (~> 0.3.0)
8786
rexml (~> 3.2.4)
88-
zeitwerk (2.5.4)
8987

9088
PLATFORMS
89+
arm64-darwin-22
9190
universal-darwin-21
9291
x86_64-linux
9392

PinLayout.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88

99
Pod::Spec.new do |spec|
1010
spec.name = "PinLayout"
11-
spec.version = "1.10.3"
11+
spec.version = "1.10.4"
1212
spec.summary = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast."
1313
spec.description = "Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]"
1414
spec.homepage = "https://github.com/layoutBox/PinLayout"
1515
spec.license = "MIT license"
1616
spec.author = { "Luc Dion" => "luc_dion@yahoo.com" }
1717
spec.source = { :git => "https://github.com/layoutBox/PinLayout.git", :tag => "#{spec.version}" }
1818
spec.source_files = "Sources/**/*.swift"
19-
spec.swift_versions = ['4.2', '5.0', '5.1', '5.2', '5.3', '5.4']
2019

2120
spec.ios.deployment_target = '9.0'
2221
spec.ios.frameworks = 'Foundation', 'CoreGraphics', 'UIKit'

Podfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PODS:
2-
- Nimble (9.2.1)
3-
- PinLayout (1.10.1)
4-
- Quick (4.0.0)
5-
- SwiftLint (0.46.2)
2+
- Nimble (10.0.0)
3+
- PinLayout (1.10.4)
4+
- Quick (5.0.1)
5+
- SwiftLint (0.50.3)
66

77
DEPENDENCIES:
88
- Nimble
@@ -21,11 +21,11 @@ EXTERNAL SOURCES:
2121
:path: "./"
2222

2323
SPEC CHECKSUMS:
24-
Nimble: e7e615c0335ee4bf5b0d786685451e62746117d5
25-
PinLayout: 8b3199b283d1b34e6b35a71d0202049b67551c96
26-
Quick: 6473349e43b9271a8d43839d9ba1c442ed1b7ac4
27-
SwiftLint: 6bc52a21f0fd44cab9aa2dc8e534fb9f5e3ec507
24+
Nimble: 5316ef81a170ce87baf72dd961f22f89a602ff84
25+
PinLayout: 800bb22738553a8e24a75a04a80a78ba611c0817
26+
Quick: 749aa754fd1e7d984f2000fe051e18a3a9809179
27+
SwiftLint: 77f7cb2b9bb81ab4a12fcc86448ba3f11afa50c6
2828

2929
PODFILE CHECKSUM: 0e4023ca11a146f618714ee6235a6f3a757959e4
3030

31-
COCOAPODS: 1.11.2
31+
COCOAPODS: 1.12.0

0 commit comments

Comments
 (0)