Skip to content

Commit 591d214

Browse files
committed
chore(*): remove deprecated file
1 parent 99323fb commit 591d214

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

ApiVideoLiveStream.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Pod::Spec.new do |spec|
44
spec.name = "ApiVideoLiveStream"
55
spec.version = "1.4.3"
66
spec.summary = "The api.video live stream framework allow easy integration of a live stream broadcast into your application."
7-
87

98
spec.description = <<-DESC
109
Quickly add the ability to broadcast a live stream from your application with this module. Within minutes, your app will be streaming RTMP live video to api.video where it can be broadcasted to anyone around the world.
@@ -16,6 +15,7 @@ Pod::Spec.new do |spec|
1615
spec.author = { "Ecosystem Team" => "ecosystem@api.video" }
1716
spec.social_media_url = "https://x.com/api_video"
1817

18+
spec.swift_versions = ["5.6"]
1919
spec.ios.deployment_target = "13.0"
2020

2121
spec.source = { :git => "https://github.com/apivideo/api.video-swift-live-stream.git", :tag => "v" + spec.version.to_s }

0 commit comments

Comments
 (0)