Skip to content

Commit

Permalink
Bump to up 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Sep 28, 2024
1 parent f15d361 commit 84b3f48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion HaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "HaishinKit"
s.version = "1.9.4"
s.version = "1.9.5"
s.summary = "Camera and Microphone streaming library via RTMP for iOS, macOS, tvOS and visionOS."
s.swift_version = "5.10"

Expand Down
8 changes: 4 additions & 4 deletions HaishinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.9.4;
MARKETING_VERSION = 1.9.5;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -2505,7 +2505,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.9.4;
MARKETING_VERSION = 1.9.5;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
ONLY_ACTIVE_ARCH = NO;
Expand Down Expand Up @@ -2918,7 +2918,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.9.4;
MARKETING_VERSION = 1.9.5;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
Expand Down Expand Up @@ -2974,7 +2974,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.9.4;
MARKETING_VERSION = 1.9.5;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
MTL_FAST_MATH = YES;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ HaishinKit has a multi-module configuration. If you want to use the SRT protocol
| | HaishinKit | SRTHaishinKit |
| - | :- | :- |
| SPM | https://github.com/shogo4405/HaishinKit.swift | https://github.com/shogo4405/HaishinKit.swift |
| CocoaPods |<pre>def import_pods<br> pod 'HaishinKit', '~> 1.9.2<br>end</pre>|<pre>def import_pods<br> pod 'SRTHaishinKit', '~> 1.9.2<br>end</pre>|
| Carthage | github "shogo4405/HaishinKit.swift" ~> 1.9.2 | Not available. |
| CocoaPods |<pre>def import_pods<br> pod 'HaishinKit', '~> 1.9.5<br>end</pre>|<pre>def import_pods<br> pod 'SRTHaishinKit', '~> 1.9.5<br>end</pre>|
| Carthage | github "shogo4405/HaishinKit.swift" ~> 1.9.5 | Not available. |
* SRTHaishinKit via CocoaPods supports only iOS and tvOS.

## 🔧 Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion SRTHaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SRTHaishinKit"
s.version = "1.9.4"
s.version = "1.9.5"
s.summary = "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS."
s.swift_version = "5.10"

Expand Down

0 comments on commit 84b3f48

Please sign in to comment.