From 74eee35aa6cb67113788651b6ae7cb7d417f41d9 Mon Sep 17 00:00:00 2001 From: kimxwan0319 Date: Thu, 13 May 2021 23:57:23 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20podspec=20=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EB=9D=BC=EC=9D=B4=EC=84=BC=EC=8A=A4=EC=99=80=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DSMSDK.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DSMSDK.podspec b/DSMSDK.podspec index 68f5761..48ebbad 100644 --- a/DSMSDK.podspec +++ b/DSMSDK.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "DSMSDK" - spec.version = "1.3.0" + spec.version = "1.3.1" spec.summary = "SDK for DSM_Auth" spec.description = <<-DESC "A SDK for easy use DSM_Auth with Swift" @@ -24,13 +24,13 @@ Pod::Spec.new do |spec| spec.homepage = "https://developer.dsmkr.com" - spec.license = "MIT" + spec.license = "Apache License" spec.author = { "kimxwan0319" => "kimxwan0319@naver.com" } spec.platform = :ios, "13.0" - spec.source = { :git => "https://github.com/semicolonDSM/DSMSDK_iOS.git", :tag => "1.3.0"} + spec.source = { :git => "https://github.com/semicolonDSM/DSMSDK_iOS.git", :tag => "1.3.1"} spec.source_files = "DSMSDK/Classes/**/*"