WAAdImpl.podspec | ●●●●● patch | view | raw | blame | history | |
config/wa_sdk_impl_config_ad.xml | ●●●●● patch | view | raw | blame | history | |
frameworks/WAAdImpl.framework/Headers/WAAdImpl.h | ●●●●● patch | view | raw | blame | history | |
frameworks/WAAdImpl.framework/Info.plist | patch | view | raw | blame | history | |
frameworks/WAAdImpl.framework/Modules/module.modulemap | ●●●●● patch | view | raw | blame | history | |
frameworks/WAAdImpl.framework/WAAdImpl | patch | view | raw | blame | history |
WAAdImpl.podspec
New file @@ -0,0 +1,25 @@ # # Be sure to run `pod spec lint WAAdImpl.podspec' to ensure this is a # valid spec and to remove all comments including this before submitting the spec. # # To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html # To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ # Pod::Spec.new do |s| s.name = 'WAAdImpl' s.version = '3.6.5' s.summary = 'WAAdImpl framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAAdImpl.git' s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAAdImpl.git" , :tag => s.version} s.platform = :ios s.ios.deployment_target = "7.0" s.vendored_frameworks = 'frameworks/*.framework' s.resources = ['config/*.xml'] s.requires_arc = true s.dependency 'WASdkIntf', '~> 3.6.5' #此处添加私有库依赖 s.dependency 'WASdkImpl', '~> 3.6.5' end config/wa_sdk_impl_config_ad.xml
New file @@ -0,0 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <config> <version val="AD3.6.5"/> <comps> <!-- 广告模块 --> <comp module="AD" plaf="WINGA" mandatory="NO" value="WAAd" desc="广告"/> </comps> </config> frameworks/WAAdImpl.framework/Headers/WAAdImpl.h
New file @@ -0,0 +1,20 @@ // // WAAdImpl.h // WAAdImpl // // Created by hank on 2017/8/15. // Copyright © 2017年 hank. All rights reserved. // #import <UIKit/UIKit.h> //! Project version number for WAAdImpl. FOUNDATION_EXPORT double WAAdImplVersionNumber; //! Project version string for WAAdImpl. FOUNDATION_EXPORT const unsigned char WAAdImplVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <WAAdImpl/PublicHeader.h> //time:2017/9/04 09:17 ver:3.6.5 frameworks/WAAdImpl.framework/Info.plistBinary files differ
frameworks/WAAdImpl.framework/Modules/module.modulemap
New file @@ -0,0 +1,6 @@ framework module WAAdImpl { umbrella header "WAAdImpl.h" export * module * { export * } } frameworks/WAAdImpl.framework/WAAdImplBinary files differ