File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'AsyncQueue'
3
- s . version = '0.5.0 '
3
+ s . version = '0.5.1 '
4
4
s . license = 'MIT'
5
5
s . summary = 'A queue that enables ordered sending of events from synchronous to asynchronous code.'
6
6
s . homepage = 'https://github.com/dfed/swift-async-queue'
@@ -12,4 +12,5 @@ Pod::Spec.new do |s|
12
12
s . tvos . deployment_target = '13.0'
13
13
s . watchos . deployment_target = '6.0'
14
14
s . macos . deployment_target = '10.15'
15
+ s . visionos . deployment_target = '1'
15
16
end
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ ruby '3.0.6'
2
2
3
3
source 'https://rubygems.org'
4
4
5
- gem 'cocoapods' , '~> 1.14 .0'
5
+ gem 'cocoapods' , '~> 1.15 .0'
Original file line number Diff line number Diff line change 3
3
specs:
4
4
CFPropertyList (3.0.6 )
5
5
rexml
6
- activesupport (7.1.2 )
6
+ activesupport (7.1.3 )
7
7
base64
8
8
bigdecimal
9
9
concurrent-ruby (~> 1.0 , >= 1.0.2 )
13
13
minitest (>= 5.1 )
14
14
mutex_m
15
15
tzinfo (~> 2.0 )
16
- addressable (2.8.5 )
16
+ addressable (2.8.6 )
17
17
public_suffix (>= 2.0.2 , < 6.0 )
18
18
algoliasearch (1.27.5 )
19
19
httpclient (~> 2.8 , >= 2.8.3 )
20
20
json (>= 1.5.1 )
21
21
atomos (0.1.3 )
22
22
base64 (0.2.0 )
23
- bigdecimal (3.1.4 )
23
+ bigdecimal (3.1.6 )
24
24
claide (1.1.0 )
25
- cocoapods (1.14.3 )
25
+ cocoapods (1.15.0 )
26
26
addressable (~> 2.8 )
27
27
claide (>= 1.0.2 , < 2.0 )
28
- cocoapods-core (= 1.14.3 )
28
+ cocoapods-core (= 1.15.0 )
29
29
cocoapods-deintegrate (>= 1.0.3 , < 2.0 )
30
30
cocoapods-downloader (>= 2.1 , < 3.0 )
31
31
cocoapods-plugins (>= 1.0.0 , < 2.0 )
40
40
nap (~> 1.0 )
41
41
ruby-macho (>= 2.3.0 , < 3.0 )
42
42
xcodeproj (>= 1.23.0 , < 2.0 )
43
- cocoapods-core (1.14.3 )
43
+ cocoapods-core (1.15.0 )
44
44
activesupport (>= 5.0 , < 8 )
45
45
addressable (~> 2.8 )
46
46
algoliasearch (~> 1.0 )
60
60
netrc (~> 0.11 )
61
61
cocoapods-try (1.2.0 )
62
62
colored2 (3.1.2 )
63
- concurrent-ruby (1.2.2 )
63
+ concurrent-ruby (1.2.3 )
64
64
connection_pool (2.4.1 )
65
65
drb (2.2.0 )
66
66
ruby2_keywords
74
74
httpclient (2.8.3 )
75
75
i18n (1.14.1 )
76
76
concurrent-ruby (~> 1.0 )
77
- json (2.6.3 )
78
- minitest (5.20.0 )
77
+ json (2.7.1 )
78
+ minitest (5.21.2 )
79
79
molinillo (0.8.0 )
80
80
mutex_m (0.2.0 )
81
81
nanaimo (0.3.0 )
89
89
ethon (>= 0.9.0 )
90
90
tzinfo (2.0.6 )
91
91
concurrent-ruby (~> 1.0 )
92
- xcodeproj (1.23 .0 )
92
+ xcodeproj (1.24 .0 )
93
93
CFPropertyList (>= 2.3.3 , < 4.0 )
94
94
atomos (~> 0.1.3 )
95
95
claide (>= 1.0.2 , < 2.0 )
@@ -101,7 +101,7 @@ PLATFORMS
101
101
ruby
102
102
103
103
DEPENDENCIES
104
- cocoapods (~> 1.14 .0 )
104
+ cocoapods (~> 1.15 .0 )
105
105
106
106
RUBY VERSION
107
107
ruby 3.0.6p216
You can’t perform that action at this time.
0 commit comments