-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQWeather-SDk.podspec
29 lines (28 loc) · 1.48 KB
/
QWeather-SDk.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# Be sure to run `pod spec lint QWeatherSDK.podspec' to ensure this is a
# valid spec and to remove all comments including this before submitting the spec.
#
# To learn more about Podspec attributes see https://guides.cocoapods.org/syntax/podspec.html
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
#
Pod::Spec.new do |s|
s.name = "QWeather-SDK"
s.version = "4.20"
s.summary = "和风天气官方SDK"
s.description = "支持iOS真机和模拟器,支持macOS"
s.homepage = "https://github.com/qwd/iOS-SDK"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
s.author = { "xiaobai" => "hanxiaobai@qweather.com" }
s.ios.deployment_target = "12.0"
s.osx.deployment_target = "11.0"
s.watchos.deployment_target = "4.0"
s.source = { :http => 'https://a.hecdn.net/download/api_sdk/QWeather_iOS_SDK_Pub_V4.20.zip',
:sha256 => '007db4a13ec45b7dba2a4bbd50fab30af4210d9af1e3bab97126b55fb485b709' }
s.vendored_frameworks = "QWeather.xcframework"
s.preserve_paths = "QWeather.xcframework"
# s.user_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES' }
# s.pod_target_xcconfig = { 'BUILD_LIBRARY_FOR_DISTRIBUTION' => 'YES'}
s.ios.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER' => 'com.qwd.QWeather' }
s.osx.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER' => 'com.qwd.QWeather' }
s.watchos.pod_target_xcconfig = { 'PRODUCT_BUNDLE_IDENTIFIER' => 'com.qwd.QWeather-watchOS' }
end