From 41a9051f400f9ecee20771cbec4367a5709945d3 Mon Sep 17 00:00:00 2001 From: jguz-pubnub Date: Mon, 30 Oct 2023 14:07:27 +0100 Subject: [PATCH] chore(license): removed reference to MIT license from .podspec --- PubNubSwift.podspec | 3 --- 1 file changed, 3 deletions(-) diff --git a/PubNubSwift.podspec b/PubNubSwift.podspec index c665ce70..2f765797 100644 --- a/PubNubSwift.podspec +++ b/PubNubSwift.podspec @@ -5,10 +5,7 @@ Pod::Spec.new do |s| s.documentation_url = 'https://www.pubnub.com/docs/swift-native/pubnub-swift-sdk' s.authors = { 'PubNub, Inc.' => 'support@pubnub.com' } s.social_media_url = 'https://twitter.com/pubnub' - s.license = { :type => 'MIT', :file => 'LICENSE' } - s.source = { :git => 'https://github.com/pubnub/swift.git', :tag => s.version } - s.summary = 'PubNub Swift-based SDK for iOS, macOS, tvOS, & watchOS' s.description = <<-DESC