Skip to content

Commit 2e82297

Browse files
committed
Added support Xcode 12.0 and changed SPM tools to 5.3.
1 parent 2cd2079 commit 2e82297

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 5.4
1+
// swift-tools-version:5.3
22

33
import PackageDescription
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:
1717

1818
## Installation
1919

20-
Ready for use on iOS 12+, tvOS 12+ & watchOS 6.0+. Works with Swift 5+. Required Xcode 12.5 and higher.
20+
Ready for use on iOS 12+, tvOS 12+ & watchOS 6.0+. Works with Swift 5+. Required Xcode 12.0 and higher.
2121

2222
<img align="right" src="https://github.com/ivanvorobei/SparrowKit/blob/main/Assets/Readme/spm-install-preview.png" width="520"/>
2323

SparrowKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SparrowKit'
4-
s.version = '3.0.9'
4+
s.version = '3.0.10'
55
s.summary = 'Collection of native Swift extensions to boost your development. Support tvOS and watchOS.'
66
s.homepage = 'https://github.com/ivanvorobei/SparrowKit'
77
s.source = { :git => 'https://github.com/ivanvorobei/SparrowKit.git', :tag => s.version }

0 commit comments

Comments
 (0)