forked from shogo4405/HaishinKit.swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(podspec): prepare for a new cocoapods package
- Loading branch information
ThibaultBee
committed
Apr 8, 2022
1 parent
dc10a57
commit c80dde6
Showing
3 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters