From 95d52f1ab31c1367a7eff988c7b049c05d696750 Mon Sep 17 00:00:00 2001 From: Krimpedance Date: Tue, 1 Oct 2019 11:33:15 +0900 Subject: [PATCH] Support SwiftPM --- KRProgressHUD.podspec | 4 ++-- KRProgressHUD.xcodeproj/project.pbxproj | 8 ++++---- README.md | 10 +++++----- README_Ja.md | 10 +++++----- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/KRProgressHUD.podspec b/KRProgressHUD.podspec index f3c1dc5..e020e28 100644 --- a/KRProgressHUD.podspec +++ b/KRProgressHUD.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "KRProgressHUD" - s.version = "3.4.3" + s.version = "3.4.4" s.summary = "A beautiful progress HUD for your iOS." s.description = "KRProgressHUD is a beautiful and easy-to-use HUD meant to display the progress on iOS." s.homepage = "https://github.com/krimpedance/KRProgressHUD" @@ -15,5 +15,5 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/krimpedance/KRProgressHUD.git", :tag => s.version.to_s } s.source_files = "KRProgressHUD/**/*.swift" - s.dependency "KRActivityIndicatorView", "3.0.3" + s.dependency "KRActivityIndicatorView", "3.0.4" end diff --git a/KRProgressHUD.xcodeproj/project.pbxproj b/KRProgressHUD.xcodeproj/project.pbxproj index 30c3d44..9ec98f7 100644 --- a/KRProgressHUD.xcodeproj/project.pbxproj +++ b/KRProgressHUD.xcodeproj/project.pbxproj @@ -476,7 +476,7 @@ APPLICATION_EXTENSION_API_ONLY = NO; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.4.3; + CURRENT_PROJECT_VERSION = 3.4.4; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -494,7 +494,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.4.3; + MARKETING_VERSION = 3.4.4; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = jp.mond.krimpedance.KRProgressHUD; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -509,7 +509,7 @@ APPLICATION_EXTENSION_API_ONLY = NO; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 3.4.3; + CURRENT_PROJECT_VERSION = 3.4.4; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = ""; DYLIB_COMPATIBILITY_VERSION = 1; @@ -527,7 +527,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 3.4.3; + MARKETING_VERSION = 3.4.4; PRODUCT_BUNDLE_IDENTIFIER = jp.mond.krimpedance.KRProgressHUD; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; diff --git a/README.md b/README.md index 218fe3f..78fc464 100644 --- a/README.md +++ b/README.md @@ -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 KRActivityIndicatorView@3.0.0. - Few properties and methods were renamed. -+ 3.3.0 : - - Compatible with Swift 4.2. - ## License KRProgressHUD is available under the MIT license. diff --git a/README_Ja.md b/README_Ja.md index f826668..582e2f6 100644 --- a/README_Ja.md +++ b/README_Ja.md @@ -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 - KRActivityIndicatorView@3.0.0 に対応. - いくつかのプロパティ名と関数名を変更. -+ 3.3.0 : - - Swift 4.2 に対応. - ## ライセンス KRProgressHUDはMITライセンスに準拠しています.