Skip to content

Commit

Permalink
Added support Xcode 12.0 and changed SPM tools to 5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvorobei committed Jun 19, 2021
1 parent 9b13b05 commit c8967e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.4
// swift-tools-version:5.3

import PackageDescription

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ If you like the project, don't forget to `put star ★` and follow me on GitHub:

## Installation

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

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

Expand Down
2 changes: 1 addition & 1 deletion SPAlert.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'SPAlert'
s.version = '3.2.1'
s.version = '3.2.2'
s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.'
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }
Expand Down

0 comments on commit c8967e4

Please sign in to comment.