Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
韩笑白 committed May 8, 2023
1 parent 9b6bf39 commit a3124c3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ let package = Package(
)
]
)


4 changes: 2 additions & 2 deletions QWeather-SDk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { "韩笑白" => "[email protected]" }
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "xiaobai" => "[email protected]" }
s.ios.deployment_target = "11.0"
s.osx.deployment_target = "10.15"
s.watchos.deployment_target = "4.0"
Expand Down

0 comments on commit a3124c3

Please sign in to comment.