From e9eed28a1781cad4175ae6aa2d991d1ba8ab4dd7 Mon Sep 17 00:00:00 2001 From: TBXark Date: Thu, 16 Apr 2020 13:24:55 +0800 Subject: [PATCH] Update UMSPosPayOnly.podspec --- UMSPosPayOnly.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UMSPosPayOnly.podspec b/UMSPosPayOnly.podspec index 01d4c9d..758ba84 100644 --- a/UMSPosPayOnly.podspec +++ b/UMSPosPayOnly.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.summary = 'UMSPosPayOnly SDK' s.description = 'A unoffical UMSPosPayOnly SDK pod' s.homepage = 'https://github.com/letspod/UMSPosPayOnly' - s.license = { :type => 'MIT', :file => 'LICENSE' } + s.license = { :type => 'MIT' } s.author = { 'TBXark' => 'tbxark@outlook.com' } s.source = { :git => 'https://github.com/letspod/UMSPosPayOnly.git', :tag => s.version.to_s } @@ -14,4 +14,4 @@ Pod::Spec.new do |s| s.vendored_libraries = 'libUMSPosPayOnly.a' s.resource = '*.bundle' - end \ No newline at end of file + end