lpw
2022-02-15 2e29a3a585524a054640bb6e7bdf26fe77ba1f17
commit | author | age
f9fcfe 1 #
H 2 #  Be sure to run `pod spec lint WAFbImpl.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 = 'WAFbImpl'
12 s.version = '3.6.5.1'
13 s.summary = 'WAFbImpl framework in production environment.'
14 s.license = 'MIT'
15 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
16 s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAFbImpl.git'
17 s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAFbImpl.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','bundle/FacebookSDKStrings.bundle']
22 s.requires_arc = true
23 s.dependency 'WASdkIntf', '~> 3.6.4'   #此处添加私有库依赖
24 s.dependency 'WASdkImpl', '~> 3.6.4'
25 end