lpw
2024-09-25 f76fcb126b14e9c98fc80fbb9dd10a7f79875f03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
Pod::Spec.new do |s|
 
s.name = 'WAAdmobImpl'
s.version = '4.3.0'
s.summary = 'WAAdmobImpl framework in live environment.'
s.license = 'MIT'
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
s.homepage = 'http://repo.wingsdk.cn:8082/r/WAAdmobImpl.git'
s.source = { :git => "http://repo.wingsdk.cn:8082/r/WAAdmobImpl.git" , :tag => s.version}
s.platform = :ios
s.ios.deployment_target = "7.0"
s.vendored_frameworks = 'frameworks/*'
s.resources = ['config/*.xml']
s.requires_arc = true
s.dependency 'WASdkIntf' 
s.dependency 'WASdkImpl'
end