commit | author | age
|
9a3c96
|
1 |
# |
W |
2 |
# Be sure to run `pod spec lint WAAfImpl.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 = 'WAAfImpl' |
34da9f
|
12 |
s.version = '4.2.0' |
9a3c96
|
13 |
s.summary = 'WAAfImpl framework in production environment.' |
W |
14 |
s.license = 'MIT' |
|
15 |
s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } |
eab427
|
16 |
s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAAfImpl.git' |
W |
17 |
s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAAfImpl.git" , :tag => s.version} |
9a3c96
|
18 |
s.platform = :ios |
W |
19 |
s.ios.deployment_target = "7.0" |
853e61
|
20 |
s.frameworks = "AdSupport", "iAd" |
dc2c02
|
21 |
s.vendored_frameworks = 'frameworks/*' |
9a3c96
|
22 |
s.resources = ['config/*.xml'] |
W |
23 |
s.requires_arc = true |
f92d0a
|
24 |
s.dependency 'WASdkIntf' |
L |
25 |
s.dependency 'WASdkImpl' |
9a3c96
|
26 |
end |