Skip to content

Commit

Permalink
II-15-[bump ios version to 13]
Browse files Browse the repository at this point in the history
  • Loading branch information
spopovshakuro committed Jun 30, 2024
1 parent acad3dd commit df98839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Task Manager is a Swift library designed to manage asynchronous operations. The

## Requirements

- iOS 11.0+
- Xcode 11.0+
- iOS 13.0+
- Xcode 15.0+
- Swift 5.0+

## Installation
Expand Down
2 changes: 1 addition & 1 deletion Shakuro.TaskManager.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/shakurocom/TaskManager.git', :tag => s.version }
s.source_files = 'Source/*', 'Source/**/*'
s.swift_version = ['5.1', '5.2', '5.3', '5.4', '5.5', '5.6']
s.ios.deployment_target = '11.0'
s.ios.deployment_target = '13.0'

s.dependency 'Shakuro.CommonTypes', '~> 1.1'

Expand Down

0 comments on commit df98839

Please sign in to comment.