lpw
2022-03-11 10792d757f561de30e68eac0b79b38a85e3ca15a
commit | author | age
d8c7af 1 #
L 2 #  Be sure to run `pod spec lint WAAiHelpImpl.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 = 'WAAiHelpImpl_CN'
12 s.version = '2.1.0'
13 s.summary = 'WAAfImpl framework in testing environment.'
14 s.license = 'MIT'
15 s.author = { "lpw" => "lipengwei@gamehollywood.com" }
16 s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAAiHelpImpl_CN.git'
17 s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAAiHelpImpl_CN.git" , :tag => s.version}
18 s.platform = :ios
19 s.ios.deployment_target = "7.0"
20 s.frameworks = "WebKit"
21 s.vendored_frameworks = 'frameworks/*.framework'
22 s.libraries = 'sqlite3'
23 s.resources = ['config/*.xml','res/ElvaChatServiceSDK.bundle','res/ElvaChatServiceSDK.bundle','res/Localization/*/*.strings']
24 s.requires_arc = true
25 s.dependency 'WASdkIntf_CN'   #此处添加私有库依赖
26 s.dependency 'WASdkImpl_CN' 
27
28 end