Skip to content

Commit 9dae80d

Browse files
authored
Add visionOS support to podspec (#27)
1 parent 0a0e77a commit 9dae80d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

AsyncQueue.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsyncQueue'
3-
s.version = '0.5.0'
3+
s.version = '0.5.1'
44
s.license = 'MIT'
55
s.summary = 'A queue that enables ordered sending of events from synchronous to asynchronous code.'
66
s.homepage = 'https://github.com/dfed/swift-async-queue'
@@ -12,4 +12,5 @@ Pod::Spec.new do |s|
1212
s.tvos.deployment_target = '13.0'
1313
s.watchos.deployment_target = '6.0'
1414
s.macos.deployment_target = '10.15'
15+
s.visionos.deployment_target = '1'
1516
end

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ ruby '3.0.6'
22

33
source 'https://rubygems.org'
44

5-
gem 'cocoapods', '~> 1.14.0'
5+
gem 'cocoapods', '~> 1.15.0'

Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (7.1.2)
6+
activesupport (7.1.3)
77
base64
88
bigdecimal
99
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -13,19 +13,19 @@ GEM
1313
minitest (>= 5.1)
1414
mutex_m
1515
tzinfo (~> 2.0)
16-
addressable (2.8.5)
16+
addressable (2.8.6)
1717
public_suffix (>= 2.0.2, < 6.0)
1818
algoliasearch (1.27.5)
1919
httpclient (~> 2.8, >= 2.8.3)
2020
json (>= 1.5.1)
2121
atomos (0.1.3)
2222
base64 (0.2.0)
23-
bigdecimal (3.1.4)
23+
bigdecimal (3.1.6)
2424
claide (1.1.0)
25-
cocoapods (1.14.3)
25+
cocoapods (1.15.0)
2626
addressable (~> 2.8)
2727
claide (>= 1.0.2, < 2.0)
28-
cocoapods-core (= 1.14.3)
28+
cocoapods-core (= 1.15.0)
2929
cocoapods-deintegrate (>= 1.0.3, < 2.0)
3030
cocoapods-downloader (>= 2.1, < 3.0)
3131
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -40,7 +40,7 @@ GEM
4040
nap (~> 1.0)
4141
ruby-macho (>= 2.3.0, < 3.0)
4242
xcodeproj (>= 1.23.0, < 2.0)
43-
cocoapods-core (1.14.3)
43+
cocoapods-core (1.15.0)
4444
activesupport (>= 5.0, < 8)
4545
addressable (~> 2.8)
4646
algoliasearch (~> 1.0)
@@ -60,7 +60,7 @@ GEM
6060
netrc (~> 0.11)
6161
cocoapods-try (1.2.0)
6262
colored2 (3.1.2)
63-
concurrent-ruby (1.2.2)
63+
concurrent-ruby (1.2.3)
6464
connection_pool (2.4.1)
6565
drb (2.2.0)
6666
ruby2_keywords
@@ -74,8 +74,8 @@ GEM
7474
httpclient (2.8.3)
7575
i18n (1.14.1)
7676
concurrent-ruby (~> 1.0)
77-
json (2.6.3)
78-
minitest (5.20.0)
77+
json (2.7.1)
78+
minitest (5.21.2)
7979
molinillo (0.8.0)
8080
mutex_m (0.2.0)
8181
nanaimo (0.3.0)
@@ -89,7 +89,7 @@ GEM
8989
ethon (>= 0.9.0)
9090
tzinfo (2.0.6)
9191
concurrent-ruby (~> 1.0)
92-
xcodeproj (1.23.0)
92+
xcodeproj (1.24.0)
9393
CFPropertyList (>= 2.3.3, < 4.0)
9494
atomos (~> 0.1.3)
9595
claide (>= 1.0.2, < 2.0)
@@ -101,7 +101,7 @@ PLATFORMS
101101
ruby
102102

103103
DEPENDENCIES
104-
cocoapods (~> 1.14.0)
104+
cocoapods (~> 1.15.0)
105105

106106
RUBY VERSION
107107
ruby 3.0.6p216

0 commit comments

Comments
 (0)