Skip to content

Commit

Permalink
Bump to up 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo4405 committed Dec 1, 2024
1 parent 3af58eb commit a4737dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.6"
s.version = "1.9.7"
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 @@ -2462,7 +2462,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.9.6;
MARKETING_VERSION = 1.9.7;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -2509,7 +2509,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.15;
MARKETING_VERSION = 1.9.6;
MARKETING_VERSION = 1.9.7;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu99 gnu++11";
ONLY_ACTIVE_ARCH = NO;
Expand Down Expand Up @@ -2922,7 +2922,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.9.6;
MARKETING_VERSION = 1.9.7;
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 @@ -2978,7 +2978,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 1.9.6;
MARKETING_VERSION = 1.9.7;
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 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.6"
s.version = "1.9.7"
s.summary = "Camera and Microphone streaming library via SRT for iOS, macOS, tvOS and visionOS."
s.swift_version = "5.10"

Expand Down Expand Up @@ -31,6 +31,6 @@ Pod::Spec.new do |s|

s.source_files = "SRTHaishinKit/*.{h,swift}"
s.vendored_frameworks = "Vendor/SRT/libsrt.xcframework"
s.dependency 'HaishinKit', '1.9.6'
s.dependency 'HaishinKit', '1.9.7'

end

0 comments on commit a4737dc

Please sign in to comment.