Skip to content

Commit 5d06061

Browse files
committed
update swift version
1 parent 469504d commit 5d06061

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

OYStore.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.author = { "osmanyildirim" => "github.com/osmanyildirim" }
99

1010
s.ios.deployment_target = "11.0"
11-
s.swift_version = "6.0"
11+
s.swift_version = "5.7"
1212
s.requires_arc = true
1313

1414
s.source = { git: "https://github.com/osmanyildirim/OYStore.git", :tag => s.version }

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[![Cocoapods](https://img.shields.io/cocoapods/v/OYStore.svg)](https://cocoapods.org/pods/OYStore)
22
[![SPM compatible](https://img.shields.io/badge/SPM-Compatible-red.svg?style=flat)](https://swift.org/package-manager/)
33
[![Platforms](https://img.shields.io/badge/platforms-iOS-yellow.svg)](https://github.com/osmanyildirim/OYStore)
4-
[![Swift](https://img.shields.io/badge/Swift-6.0-orange.svg)](https://swift.org)
5-
[![Xcode](https://img.shields.io/badge/Xcode-16.0-blue.svg)](https://developer.apple.com/xcode)
4+
[![Swift](https://img.shields.io/badge/Swift-5.7-orange.svg)](https://swift.org)
5+
[![Xcode](https://img.shields.io/badge/Xcode-15.4-blue.svg)](https://developer.apple.com/xcode)
66
[![MIT](https://img.shields.io/badge/License-MIT-lightgray.svg)](https://opensource.org/licenses/MIT)
77

88
<p align="left">
@@ -35,7 +35,7 @@ Store persistent data or file in **UserDefaults**, **Keychain**, **File System**
3535
## Requirements
3636

3737
* iOS 11.0+
38-
* Swift 5.0+
38+
* Swift 5.7+
3939

4040
## Installation
4141

0 commit comments

Comments
 (0)