-
Notifications
You must be signed in to change notification settings - Fork 5
/
NBusQQSDK.podspec
25 lines (19 loc) · 1.08 KB
/
NBusQQSDK.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
Pod::Spec.new do |s|
s.name = "NBusQQSDK"
s.version = "3.5.11"
s.summary = "NBusQQSDK is a remade module framework for QQ SDK."
s.homepage = "https://github.com/nuomi1/NBus"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "nuomi1" => "[email protected]" }
s.source = { :http => "https://ghcr.io/v2/nuomi1/nbus/nbusqqsdk/blobs/sha256:203c9f172fb51a535d63f8bd3c136be6dac536f93ab580521713af5d4bfd6220",
:flatten => false, :type => "tgz", :sha256 => "203c9f172fb51a535d63f8bd3c136be6dac536f93ab580521713af5d4bfd6220",
:headers => ["Authorization: Bearer QQ=="] }
s.swift_version = "5.0"
s.static_framework = true
s.ios.deployment_target = "10.0"
s.frameworks = ["CoreGraphics", "SystemConfiguration", "UIKit", "WebKit"]
s.vendored_frameworks = ["NBusQQSDK.framework"]
s.resources = ["NBusQQSDK.framework/Versions/#{s.version}/Resources/TencentOpenApi_IOS_Bundle.bundle"]
s.pod_target_xcconfig = { "EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64" }
s.user_target_xcconfig = { "EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64" }
end