| | |
| | | Pod::Spec.new do |s| |
| | | |
| | | s.name = 'WASdkImpl_CN' |
| | | s.version = '1.1.0' |
| | | s.summary = 'WASDK WA' |
| | | s.version = '1.1.1' |
| | | s.summary = 'WASdkImpl framework in production 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.0' # |
| | | s.dependency 'WASdkIntf_CN', '~> 1.1.1' #此处添加私有库依赖 |
| | | |
| | | end |
| | |
| | | |
| | | // In this header, you should import all the public headers of your framework using statements like #import <WASdkImpl/PublicHeader.h> |
| | | |
| | | //time:2016/12/1 19:06 |
| | | //time:2017/1/3 17:15 ver:1.1.1 |