Skip to content

Commit c8967e4

Browse files
committed
Added support Xcode 12.0 and changed SPM tools to 5.3.
1 parent 9b13b05 commit c8967e4

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
@@ -48,7 +48,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:
4848

4949
## Installation
5050

51-
Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.5 and higher.
51+
Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.0 and higher.
5252

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

SPAlert.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 = 'SPAlert'
4-
s.version = '3.2.1'
4+
s.version = '3.2.2'
55
s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.'
66
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }

0 commit comments

Comments
 (0)