commit | author | age
|
6e1425
|
1 |
# |
H |
2 |
# Be sure to run `pod spec lint WASdkImpl.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 = 'WASdkImpl_CN' |
ce8465
|
12 |
s.version = '1.1.4.1' |
64e824
|
13 |
s.summary = 'WASdkImpl_CN framework in testing environment.' |
6e1425
|
14 |
s.license = 'MIT' |
H |
15 |
s.author = { "Hank" => "hank.zhang@gamehollywood.com" } |
|
16 |
s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkImpl_CN.git' |
|
17 |
s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WASdkImpl_CN.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/WASDK-Resource.bundle','localizable/*.plist'] |
|
22 |
s.libraries = 'sqlite3','z' |
|
23 |
s.requires_arc = true |
e395b5
|
24 |
s.dependency 'WASdkIntf_CN', '~> 1.1.4' # |
6e1425
|
25 |
|
H |
26 |
end |