Skip to content

Commit

Permalink
bump to 4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Apr 8, 2019
1 parent 7dbd4f6 commit 5059fd0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
4 changes: 2 additions & 2 deletions Alertift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Alertift"
s.version = "4.0"
s.version = "4.1"
s.summary = "UIAlertControlelr wrapper for Swift."
s.homepage = "https://github.com/sgr-ksmt/Alertift"
# s.screenshots = ""
Expand All @@ -10,5 +10,5 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = "Sources/**/*"
s.swift_version = '4.2'
s.swift_version = '5.0'
end
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Alertift.alert(title: "Alertift", message: "Alertift is swifty, modern, and awes
```

[![GitHub release](https://img.shields.io/github/release/sgr-ksmt/Alertift.svg)](https://github.com/sgr-ksmt/Alertift/releases)
![Language](https://img.shields.io/badge/language-Swift%204.1-orange.svg)
![Language](https://img.shields.io/badge/language-Swift%205.0-orange.svg)
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/badge/Cocoa%20Pods-✓-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Alertift)
[![CocoaPodsDL](https://img.shields.io/cocoapods/dt/Alertift.svg)](https://cocoapods.org/pods/Alertift)
Expand Down Expand Up @@ -40,7 +40,10 @@ Alertift.alert(title: "Alertift", message: "Alertift is swifty, modern, and awes
- Add the following to your *Cartfile*:

```bash
# Swift4.2 or later
# Swift5.0
github "sgr-ksmt/Alertift" ~> 4.1

# Swift4.2
github "sgr-ksmt/Alertift" ~> 4.0

# Swift4 or 4.1
Expand All @@ -61,8 +64,10 @@ github "sgr-ksmt/Alertift" ~> 2.0
it, simply add the following line to your Podfile:

```ruby
# Swift4.2 or later
pod 'Alertift', '~> 4.0'
# Swift5.0 or later
pod 'Alertift', '~> 4.1'
# Swift4.2
pod 'Alertift', '4.0'

# Swift4 or 4.1
pod 'Alertift', '~> 3.0'
Expand Down

0 comments on commit 5059fd0

Please sign in to comment.