From a3124c32ef75c4ccefdd52e5afa25362d240d551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E7=AC=91=E7=99=BD?= Date: Mon, 8 May 2023 17:28:25 +0800 Subject: [PATCH] fix --- Example/Podfile | 6 +++--- LICENSE => LICENSE.txt | 2 +- Package.swift | 2 -- QWeather-SDk.podspec | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) rename LICENSE => LICENSE.txt (96%) diff --git a/Example/Podfile b/Example/Podfile index 57fde42..ee87b4a 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,8 +1,8 @@ def share_pods -# pod 'QWeather-SDK', '4.14' -#pod 'QWeather-SDK', :path => '../' - pod 'QWeather-SDK', :git => 'https://github.com/qwd/iOS-SDK.git', :tag => '4.14' +# pod 'QWeather-SDK', '4.14' + pod 'QWeather-SDK', :path => '../' +# pod 'QWeather-SDK', :git => 'https://github.com/qwd/iOS-SDK.git', :tag => '4.14' end target 'Example-iOS' do diff --git a/LICENSE b/LICENSE.txt similarity index 96% rename from LICENSE rename to LICENSE.txt index 5122fee..7d13664 100644 --- a/LICENSE +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 QWeather 和风天气 +Copyright (c) 2023 QWeather 和风天气 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Package.swift b/Package.swift index 2537a71..6c87853 100644 --- a/Package.swift +++ b/Package.swift @@ -22,5 +22,3 @@ let package = Package( ) ] ) - - diff --git a/QWeather-SDk.podspec b/QWeather-SDk.podspec index 2eb2a0b..4cb72de 100644 --- a/QWeather-SDk.podspec +++ b/QWeather-SDk.podspec @@ -12,8 +12,8 @@ Pod::Spec.new do |s| s.summary = "和风天气官方SDK" s.description = "支持iOS真机和模拟器,支持macOS" s.homepage = "https://github.com/qwd/iOS-SDK" - s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "韩笑白" => "hanxiaobai@qweather.com" } + s.license = { :type => "MIT", :file => "LICENSE.txt" } + s.author = { "xiaobai" => "hanxiaobai@qweather.com" } s.ios.deployment_target = "11.0" s.osx.deployment_target = "10.15" s.watchos.deployment_target = "4.0"