Skip to content

Commit 79907bf

Browse files
authored
Update license on Podspecs (#903)
1 parent 7d012ce commit 79907bf

6 files changed

+6
-6
lines changed

StreamVideo-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.description = 'StreamVideo is the official Swift client for Stream Video, a service for building video applications.'
66

77
spec.homepage = 'https://getstream.io/video/'
8-
spec.license = { type: 'BSD-3', file: 'LICENSE' }
8+
spec.license = { type: 'Proprietary', file: 'LICENSE' }
99
spec.author = { 'getstream.io' => '[email protected]' }
1010
spec.social_media_url = 'https://getstream.io'
1111

StreamVideo.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.description = 'StreamVideo is the official Swift client for Stream Video, a service for building video applications.'
66

77
spec.homepage = 'https://getstream.io/video/'
8-
spec.license = { type: 'BSD-3', file: 'LICENSE' }
8+
spec.license = { type: 'Proprietary', file: 'LICENSE' }
99
spec.author = { 'getstream.io' => '[email protected]' }
1010
spec.social_media_url = 'https://getstream.io'
1111

StreamVideoSwiftUI-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.description = 'StreamVideoSwiftUI SDK offers flexible SwiftUI components able to display data provided by StreamVideo SDK.'
66

77
spec.homepage = 'https://getstream.io/video/'
8-
spec.license = { type: 'BSD-3', file: 'LICENSE' }
8+
spec.license = { type: 'Proprietary', file: 'LICENSE' }
99
spec.author = { 'getstream.io' => '[email protected]' }
1010
spec.social_media_url = 'https://getstream.io'
1111

StreamVideoSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.description = 'StreamVideoSwiftUI SDK offers flexible SwiftUI components able to display data provided by StreamVideo SDK.'
66

77
spec.homepage = 'https://getstream.io/video/'
8-
spec.license = { type: 'BSD-3', file: 'LICENSE' }
8+
spec.license = { type: 'Proprietary', file: 'LICENSE' }
99
spec.author = { 'getstream.io' => '[email protected]' }
1010
spec.social_media_url = 'https://getstream.io'
1111

StreamVideoUIKit-XCFramework.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.description = 'StreamVideoUIKit SDK offers flexible UIKit components able to display data provided by StreamVideo SDK.'
66

77
spec.homepage = 'https://getstream.io/video/'
8-
spec.license = { type: 'BSD-3', file: 'LICENSE' }
8+
spec.license = { type: 'Proprietary', file: 'LICENSE' }
99
spec.author = { 'getstream.io' => '[email protected]' }
1010
spec.social_media_url = 'https://getstream.io'
1111

StreamVideoUIKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pod::Spec.new do |spec|
55
spec.description = 'StreamVideoUIKit SDK offers flexible UIKit components able to display data provided by StreamVideo SDK.'
66

77
spec.homepage = 'https://getstream.io/video/'
8-
spec.license = { type: 'BSD-3', file: 'LICENSE' }
8+
spec.license = { type: 'Proprietary', file: 'LICENSE' }
99
spec.author = { 'getstream.io' => '[email protected]' }
1010
spec.social_media_url = 'https://getstream.io'
1111

0 commit comments

Comments
 (0)