Skip to content

Commit 7b819f9

Browse files
committed
bump up to 4.2.0.
1 parent 60aa2ea commit 7b819f9

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

Alertift.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 = "Alertift"
3-
s.version = "4.1.1"
3+
s.version = "4.2.0"
44
s.summary = "UIAlertControlelr wrapper for Swift."
55
s.homepage = "https://github.com/sgr-ksmt/Alertift"
66
# s.screenshots = ""

README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,7 @@ Alertift.alert(title: "Alertift", message: "Alertift is swifty, modern, and awes
4040
- Add the following to your *Cartfile*:
4141

4242
```bash
43-
# Swift5.0
44-
github "sgr-ksmt/Alertift" ~> 4.1
45-
46-
# Swift4.2
47-
github "sgr-ksmt/Alertift" ~> 4.0
48-
49-
# Swift4 or 4.1
50-
github "sgr-ksmt/Alertift" ~> 3.2
51-
52-
# Less than Swift4
53-
github "sgr-ksmt/Alertift" ~> 2.0
43+
github "sgr-ksmt/Alertift" ~> 4.2
5444
```
5545

5646
- Run `carthage update`
@@ -64,22 +54,13 @@ github "sgr-ksmt/Alertift" ~> 2.0
6454
it, simply add the following line to your Podfile:
6555

6656
```ruby
67-
# Swift5.0 or later
68-
pod 'Alertift', '~> 4.1'
69-
# Swift4.2
70-
pod 'Alertift', '4.0'
71-
72-
# Swift4 or 4.1
73-
pod 'Alertift', '~> 3.0'
74-
75-
# Less than Swift4
76-
pod 'Alertift', '~> 2.0'
57+
pod 'Alertift', '~> 4.2'
7758
```
7859

7960
and run `pod install`
8061

8162
## Swift PM
82-
use version `v4.2` or higher.
63+
use version `4.2.0` or higher.
8364

8465
### Manually Install
8566
Download all `*.swift` files and put your project.

0 commit comments

Comments
 (0)