Skip to content

Commit

Permalink
podspec updated
Browse files Browse the repository at this point in the history
  • Loading branch information
makoni committed Aug 15, 2023
1 parent b3ae4f3 commit 2ea95d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Uploadcare.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Uploadcare'
s.version = '0.9.2'
s.version = '0.10.0'
s.summary = 'Swift integration for Uploadcare'

# This description is used to generate tags and improve search results.
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '5.0'

s.swift_versions = ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8']
s.swift_versions = ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6', '5.7', '5.8', '5.9']

s.source_files = 'Sources/Uploadcare/**/*'

Expand Down

0 comments on commit 2ea95d9

Please sign in to comment.