From 0afdd24b45e74ee7dfe9dbc578c6bc741c9e7e0c Mon Sep 17 00:00:00 2001 From: Pallab Maiti Date: Thu, 8 Feb 2024 10:42:06 +0530 Subject: [PATCH] Update Rudder-AppCenter.podspec --- Rudder-AppCenter.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rudder-AppCenter.podspec b/Rudder-AppCenter.podspec index 6bf0496..95c98ca 100644 --- a/Rudder-AppCenter.podspec +++ b/Rudder-AppCenter.podspec @@ -12,7 +12,7 @@ Rudder is a platform for collecting, storing and routing customer event data to DESC s.homepage = 'https://github.com/rudderlabs/rudder-integration-appcenter-ios' - s.license = { :type => "Apache", :file => "LICENSE" } + s.license = { :type => "ELv2", :file => "LICENSE.md" } s.author = { 'RudderStack' => 'ruchira@rudderstack.com' } s.source = { :git => 'https://github.com/rudderlabs/rudder-integration-appcenter-ios.git', :tag => "v#{s.version}" } s.platform = :ios, "9.0"