国内WASDK 应用墙渠道
lipengwei
2020-01-13 8b9bb3c97b3c94617564c360278fc23547f0e378
commit | author | age
892936 1 #
H 2 #  Be sure to run `pod spec lint WAApImpl.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 = 'WAApwImpl_CN'
8b9bb3 12 s.version = '1.4.0'
892936 13 s.summary = 'WAApwImpl_CN framework in testing environment.'
H 14 s.license = 'MIT'
15 s.author = { "Hank" => "hank.zhang@gamehollywood.com" }
16 s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAApwImpl_CN.git'
17 s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAApwImpl_CN.git" , :tag => s.version}
18 s.platform = :ios
19 s.ios.deployment_target = "7.0"
20 s.vendored_frameworks = 'frameworks/*.framework'
21 s.resources = ['config/*.xml']
22 s.requires_arc = true
8b9bb3 23 s.dependency 'WASdkIntf_CN', '~> 1.4.0'   #此处添加私有库依赖
L 24 s.dependency 'WASdkImpl_CN', '~> 1.4.0'
892936 25 end