lpw
2023-06-03 e0ec4235cc7b8d05ec1aaa414ec2d2cac798d74e
commit | author | age
bad748 1 #
W 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'
e0ec42 12 s.version = '3.15.0'
134cc6 13 s.summary = 'WAFbImpl framework in production environment.'
bad748 14 s.license = 'MIT'
W 15 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
a62229 16 s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAFbImpl.git'
W 17 s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAFbImpl.git" , :tag => s.version}
bad748 18 s.platform = :ios
W 19 s.ios.deployment_target = "7.0"
2e29a3 20 s.vendored_frameworks = 'frameworks/*'
b09d60 21 s.resources = ['config/*.xml','bundle/FacebookSDKStrings.bundle']
bad748 22 s.requires_arc = true
7cdaa2 23 s.dependency 'WASdkIntf'
L 24 s.dependency 'WASdkImpl'
bad748 25 end