lpw
2023-06-15 7570ca1f34ff456ae1e8742cdc38652fa44a9166
commit | author | age
eec5d6 1 #
L 2 #  Be sure to run `pod spec lint WAApImpl_CN.podspec' to ensure this is a
3 #  valid spec and to remove all comments including this before submitting the spec.
4 #
5 #  To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
6 #  To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
7 #
8
9 Pod::Spec.new do |s|
10
11 s.name = 'WAQQImpl_CN'
ed1e9e 12 s.version = '2.8.0'
eec5d6 13 s.summary = 'WAQQImpl_CN framework in testing environment.'
L 14 s.license = 'MIT'
15 s.author = { "Hank" => "hank.zhang@gamehollywood.com" }
8822d6 16 s.homepage = 'http://172.16.100.58:7070/summary/WAQQImpl_CN.git'
L 17 s.source = { :git => "http://admin@172.16.100.58:7070/r/WAQQImpl_CN.git" , :tag => s.version}
eec5d6 18 s.platform = :ios
L 19 s.ios.deployment_target = "7.0"
20 s.vendored_frameworks = 'frameworks/*.framework'
8822d6 21 s.resources = ['config/*.xml','bundle/TencentOpenApi_IOS_Bundle.bundle']
L 22
23 # s.dependency 'WASdkIntf_CN', '~> 2.1.0'   #
24 # s.dependency 'WASdkImpl_CN', '~> 2.1.0'
eec5d6 25 s.requires_arc = true
L 26 end