|  |  | 
 |  |  | Pod::Spec.new do |s| | 
 |  |  |   | 
 |  |  | s.name = 'WASdkImpl_CN' | 
 |  |  | s.version = '1.1.1' | 
 |  |  | s.summary = 'WASdkImpl framework in production environment.' | 
 |  |  | s.version = '2.4.0' | 
 |  |  | s.summary = 'WASdkImpl_CN framework in testing environment.' | 
 |  |  | s.license = 'MIT' | 
 |  |  | s.author = { "Hank" => "hank.zhang@gamehollywood.com" } | 
 |  |  | s.homepage = 'http://repo.wingsdk.cn:8082/summary/WASdkImpl_CN.git' | 
 |  |  | 
 |  |  | s.resources = ['config/*.xml','bundle/WASDK-Resource.bundle','localizable/*.plist'] | 
 |  |  | s.libraries = 'sqlite3','z' | 
 |  |  | s.requires_arc = true | 
 |  |  | s.dependency 'WASdkIntf_CN', '~> 1.1.1'   #此处添加私有库依赖 | 
 |  |  | s.dependency 'WASdkIntf_CN' | 
 |  |  |   | 
 |  |  | end |