-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24c3844
commit 95d52f1
Showing
4 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
## Requirements | ||
- iOS 8.0+ | ||
- Xcode 11.0+ | ||
- Swift 5.0+ | ||
- Swift 5.1+ | ||
|
||
## DEMO | ||
To run the example project, clone the repo, and open `KRProgressHUDDemo.xcodeproj` from the DEMO directory. | ||
|
@@ -175,7 +175,10 @@ These `set()` setting can be reset by | |
I'm seeking bug reports and feature requests. | ||
|
||
## Release Note | ||
+ 3.4.2 : | ||
+ 3.4.4 : | ||
- Support SwiftPM. | ||
|
||
+ 3.4.2 (3.4.3) : | ||
- Fix for iOS 13 & Xcode 11. | ||
|
||
+ 3.4.1 : | ||
|
@@ -185,9 +188,6 @@ I'm seeking bug reports and feature requests. | |
- Updated for [email protected]. | ||
- Few properties and methods were renamed. | ||
|
||
+ 3.3.0 : | ||
- Compatible with Swift 4.2. | ||
|
||
## License | ||
KRProgressHUD is available under the MIT license. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ | |
## 必要環境 | ||
- iOS 8.0+ | ||
- Xcode 11.0+ | ||
- Swift 5.0+ | ||
- Swift 5.1+ | ||
|
||
## デモ | ||
`DEMO/`以下にあるサンプルプロジェクトから確認してください. | ||
|
@@ -175,7 +175,10 @@ KRProgressHUD | |
バグや機能のリクエストがありましたら, 気軽にコメントしてください. | ||
|
||
## リリースノート | ||
+ 3.4.2 : | ||
+ 3.4.4 : | ||
- SwiftPM に対応. | ||
|
||
+ 3.4.2 (3.4.3) : | ||
- iOS 13 & Xcode 11 のバグを修正. | ||
|
||
+ 3.4.1 : | ||
|
@@ -185,9 +188,6 @@ KRProgressHUD | |
- [email protected] に対応. | ||
- いくつかのプロパティ名と関数名を変更. | ||
|
||
+ 3.3.0 : | ||
- Swift 4.2 に対応. | ||
|
||
## ライセンス | ||
KRProgressHUDはMITライセンスに準拠しています. | ||
|
||
|