Skip to content

Commit a10c279

Browse files
committed
README and podspec update
1 parent 4a7af06 commit a10c279

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

PMAlertController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PMAlertController"
3-
s.version = "3.5.0"
3+
s.version = "4.0.0"
44
s.summary = "PMAlertController is a great and customizable substitute to UIAlertController"
55
s.description = <<-DESC
66
PMAlertController is a small library that allows you to substitute the uncustomizable UIAlertController of Apple, with a beautiful and totally customizable alert that you can use in your iOS app. Enjoy!

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55

6-
[![Language](https://img.shields.io/badge/Swift-3%20%26%204-orange.svg)]()
6+
[![Language](https://img.shields.io/badge/Swift-4%20%26%205-orange.svg)]()
77
[![GitHub license](https://img.shields.io/cocoapods/l/PMAlertController.svg)](https://github.com/pmusolino/PMAlertController/blob/master/LICENSE)
88
[![Pod version](https://img.shields.io/cocoapods/v/PMAlertController.svg?style=flat)](https://cocoapods.org/pods/PMAlertController)
99
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-yellow.svg)](https://github.com/Carthage/Carthage)
@@ -32,15 +32,15 @@ PMAlertController is a small library that allows you to substitute Apple's uncus
3232
- [x] Carthage
3333
- [x] Animation with UIKit Dynamics
3434
- [x] Objective-C compatibility
35-
- [x] Swift 2.3, Swift 3, Swift 4, Swift 4.2 support
35+
- [x] Swift 4, Swift 4.2 & Swift 5 support
3636
- [ ] Swift Package Manager
3737

3838

3939
## Requirements
4040
----------------
4141

4242
- iOS 9.0+
43-
- Xcode 9+
43+
- Xcode 10+
4444

4545
## CocoaPods
4646
----------------
@@ -127,7 +127,9 @@ self.present(alertVC, animated: true, completion: nil)
127127

128128
## Swift compatibility
129129

130-
- If you use **Swift 4.0 or higher**, you can use the [latest release](https://github.com/pmusolino/PMAlertController/releases).
130+
- If you use **Swift 5.0 or higher**, you can use the [latest release](https://github.com/pmusolino/PMAlertController/releases).
131+
132+
- If you use **Swift 4.0 or higher**, you can use the [release 3.5.0](https://github.com/pmusolino/PMAlertController/releases/tag/3.5.0).
131133

132134
- If you use **Swift 3**, you can use the [release 2.1.3](https://github.com/pmusolino/PMAlertController/releases/tag/2.1.3).
133135

0 commit comments

Comments
 (0)