Skip to content

Commit

Permalink
bump up to 4.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
sgr-ksmt committed Nov 1, 2020
1 parent 60aa2ea commit 7b819f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion 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.1.1"
s.version = "4.2.0"
s.summary = "UIAlertControlelr wrapper for Swift."
s.homepage = "https://github.com/sgr-ksmt/Alertift"
# s.screenshots = ""
Expand Down
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,7 @@ Alertift.alert(title: "Alertift", message: "Alertift is swifty, modern, and awes
- Add the following to your *Cartfile*:

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

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

# Swift4 or 4.1
github "sgr-ksmt/Alertift" ~> 3.2

# Less than Swift4
github "sgr-ksmt/Alertift" ~> 2.0
github "sgr-ksmt/Alertift" ~> 4.2
```

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

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

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

# Less than Swift4
pod 'Alertift', '~> 2.0'
pod 'Alertift', '~> 4.2'
```

and run `pod install`

## Swift PM
use version `v4.2` or higher.
use version `4.2.0` or higher.

### Manually Install
Download all `*.swift` files and put your project.
Expand Down

0 comments on commit 7b819f9

Please sign in to comment.