hank
2017-04-28 0ade4505a9fc5964039d5b6aafc272ee41e6a901
commit | author | age
3eceb5 1 #
W 2 #  Be sure to run `pod spec lint WAVkImpl.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 = 'WAVkImpl'
427b4c 12 s.version = '3.6.2'
3eceb5 13 s.summary = 'WAVkImpl framework is production environment.'
W 14 s.license = 'MIT'
15 s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" }
7a0b57 16 s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAVkImpl.git'
A 17 s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAVkImpl.git" , :tag => s.version}
3eceb5 18 s.platform = :ios
W 19 s.ios.deployment_target = "7.0"
20 s.vendored_frameworks = 'frameworks/*.framework'
21 s.resources = ['config/*.xml']
22 s.requires_arc = true
484a6b 23 s.dependency 'WASdkIntf', '~> 3.6.2'   #此处添加私有库依赖
H 24 s.dependency 'WASdkImpl', '~> 3.6.2'
3eceb5 25 end