Skip to content

Commit

Permalink
chore(podspec): prepare for a new cocoapods package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Apr 8, 2022
1 parent dc10a57 commit c80dde6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions HaishinKit.podspec → ApiVideoHaishinKit.podspec
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
Pod::Spec.new do |s|

s.name = "HaishinKit"
s.version = "1.2.3"
s.name = "ApiVideoHaishinKit"
s.version = "1.2.3.1"
s.summary = "Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS."
s.swift_version = "5.5"

s.description = <<-DESC
HaishinKit. Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
Fork of HaishinKit made to access HKView frame buffer. Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
DESC

s.homepage = "https://github.com/shogo4405/HaishinKit.swift"
s.license = "New BSD"
s.author = { "shogo4405" => "[email protected]" }
s.authors = { "shogo4405" => "[email protected]" }
s.source = { :git => "https://github.com/shogo4405/HaishinKit.swift.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/apivideo/HaishinKit.swift.git", :tag => "#{s.version}" }
s.social_media_url = "http://twitter.com/shogo4405"

s.ios.deployment_target = "9.0"
Expand Down
16 changes: 8 additions & 8 deletions HaishinKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@

/* Begin PBXFileReference section */
035AFA032263868E009DD0BB /* RTMPStreamTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RTMPStreamTests.swift; sourceTree = "<group>"; };
21C2539C2800334E00B8C254 /* ApiVideoHaishinKit.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = ApiVideoHaishinKit.podspec; sourceTree = "<group>"; };
2901A4ED1D437170002BBD23 /* MediaLink.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MediaLink.swift; sourceTree = "<group>"; };
290686021DFDB7A6008EB7ED /* RTMPConnectionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RTMPConnectionTests.swift; sourceTree = "<group>"; };
290EA88E1DFB616000053022 /* Foundation+ExtensionTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Foundation+ExtensionTests.swift"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -831,7 +832,6 @@
29EA87E51E79A2780043A5F8 /* CMAudioFormatDescription+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CMAudioFormatDescription+Extension.swift"; sourceTree = "<group>"; };
29EA87E91E79A3B70043A5F8 /* CMBlockBuffer+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CMBlockBuffer+Extension.swift"; sourceTree = "<group>"; };
29EA87EC1E79A3E30043A5F8 /* CVPixelBuffer+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "CVPixelBuffer+Extension.swift"; sourceTree = "<group>"; };
29F04FF21F3388B000172706 /* HaishinKit.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = HaishinKit.podspec; sourceTree = "<group>"; };
29F39BE72335F8010055F9BB /* Package.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Package.swift; sourceTree = "<group>"; };
29F6F4841DFB83E200920A3A /* RTMPHandshake.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RTMPHandshake.swift; sourceTree = "<group>"; };
29F97F232336A4FA00A4C317 /* SettingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingTests.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1123,10 +1123,10 @@
2945CBB31B4BE66000104112 = {
isa = PBXGroup;
children = (
21C2539C2800334E00B8C254 /* ApiVideoHaishinKit.podspec */,
2981E1301D646E3F00E8F7CA /* Cartfile */,
2927A2991E7ED2D70044AF91 /* LICENSE.md */,
2997BDD31D50D31B000AF900 /* README.md */,
29F04FF21F3388B000172706 /* HaishinKit.podspec */,
29F39BE72335F8010055F9BB /* Package.swift */,
2968973E1CDB01920074D5F0 /* Examples */,
0ACC00B98D6DB33B5BE87B87 /* Frameworks */,
Expand Down Expand Up @@ -2798,7 +2798,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.3.1;
ONLY_ACTIVE_ARCH = YES;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
Expand Down Expand Up @@ -2832,7 +2832,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE = "";
Expand Down Expand Up @@ -2907,7 +2907,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.3.1;
"OTHER_SWIFT_FLAGS[arch=*]" = "-Xfrontend -debug-time-function-bodies";
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
Expand Down Expand Up @@ -2939,7 +2939,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.11;
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
SDKROOT = macosx;
Expand Down Expand Up @@ -3073,7 +3073,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -3109,7 +3109,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 1.2.3;
MARKETING_VERSION = 1.2.3.1;
PRODUCT_BUNDLE_IDENTIFIER = com.haishinkit.HaishinKit;
PRODUCT_NAME = HaishinKit;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![CocoaPods](https://img.shields.io/cocoapods/v/HaishinKit.svg?style=flat)](http://cocoapods.org/pods/HaishinKit)
[![GitHub license](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://raw.githubusercontent.com/shogo4405/HaishinKit.swift/master/LICENSE.md)

* The reason of this fork is to develop a RTMP Flutter plugin. For the camera preview of this plugin, we have to access HKView currentSampleBuffer when a new frame has been generated by the camera.
* **The reason of this fork is to develop a RTMP Flutter plugin. For the camera preview of this plugin, we have to access HKView currentSampleBuffer when a new frame has been generated by the camera.**
* Camera and Microphone streaming library via RTMP, HLS for iOS, macOS, tvOS.
* Issuesの言語は、日本語が分かる方は日本語でお願いします!

Expand Down

0 comments on commit c80dde6

Please sign in to comment.