Skip to content

Commit

Permalink
Support SwiftPM
Browse files Browse the repository at this point in the history
  • Loading branch information
krimpedance committed Oct 1, 2019
1 parent 24c3844 commit 95d52f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions KRProgressHUD.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
8 changes: 4 additions & 4 deletions KRProgressHUD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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)";
Expand All @@ -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;
Expand All @@ -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 = "";
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 :
Expand All @@ -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.

Expand Down
10 changes: 5 additions & 5 deletions README_Ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
## 必要環境
- iOS 8.0+
- Xcode 11.0+
- Swift 5.0+
- Swift 5.1+

## デモ
`DEMO/`以下にあるサンプルプロジェクトから確認してください.
Expand Down Expand Up @@ -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 :
Expand All @@ -185,9 +188,6 @@ KRProgressHUD
- [email protected] に対応.
- いくつかのプロパティ名と関数名を変更.

+ 3.3.0 :
- Swift 4.2 に対応.

## ライセンス
KRProgressHUDはMITライセンスに準拠しています.

Expand Down

0 comments on commit 95d52f1

Please sign in to comment.