WAWebPayImpl.podspec
New file @@ -0,0 +1,25 @@ # # Be sure to run `pod spec lint WAWebPayImpl.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 = 'WAWebPayImpl' s.version = '3.6.0' s.summary = 'WAWebPayImpl framework in production environment.' s.license = 'MIT' s.author = { "Wuyx" => "wuyixin_gh@gamehollywood.com" } s.homepage = 'http://git.gamehollywood.com:8082/summary/WAWebPayImpl.git' s.source = { :git => "http://admin@git.gamehollywood.com:8082/r/WAWebPayImpl.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.0' #此处添加私有库依赖 s.dependency 'WASdkImpl', '~> 3.6.0' end config/wa_sdk_impl_config_webpay.xml
New file @@ -0,0 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <config> <version val="WEBPAY3.6.0"/> <comps> <!-- 支付模块 --> <comp module="PAY" plaf="WEBPAY" mandatory="YES" value="WAWebPay" desc="WEB支付"/> </comps> </config> frameworks/WAWebPayImpl.framework/Headers/WAWebPay.h
New file @@ -0,0 +1,14 @@ // // WAWebPay.h // WAWebPayImplUI // // Created by hank on 16/4/29. // Copyright © 2016年 hank. All rights reserved. // #import <Foundation/Foundation.h> #import <WASdkIntf/WASdkIntf.h> @interface WAWebPay : WAIPay @end frameworks/WAWebPayImpl.framework/Headers/WAWebPayImpl.h
New file @@ -0,0 +1,20 @@ // // WAWebPayImpl.h // WAWebPayImpl // // Created by hank on 16/4/29. // Copyright © 2016年 hank. All rights reserved. // #import <UIKit/UIKit.h> #import <WAWebPayImpl/WAWebPayProxy.h> //! Project version number for WAWebPayImpl. FOUNDATION_EXPORT double WAWebPayImplVersionNumber; //! Project version string for WAWebPayImpl. FOUNDATION_EXPORT const unsigned char WAWebPayImplVersionString[]; // In this header, you should import all the public headers of your framework using statements like #import <WAWebPayImpl/PublicHeader.h> //time:2016/11/29 15:41 frameworks/WAWebPayImpl.framework/Info.plistBinary files differ
frameworks/WAWebPayImpl.framework/Modules/module.modulemap
New file @@ -0,0 +1,6 @@ framework module WAWebPayImpl { umbrella header "WAWebPayImpl.h" export * module * { export * } } frameworks/WAWebPayImpl.framework/WAWebPayImplBinary files differ
frameworks/WAWebPayImpl.framework/_CodeSignature/CodeDirectoryBinary files differ
frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirementsBinary files differ
frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources
New file @@ -0,0 +1,135 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>files</key> <dict> <key>Headers/WAWebPay.h</key> <data> zX0UPs1pISnFR37Cpe9JdUQP0pY= </data> <key>Headers/WAWebPayImpl.h</key> <data> wfH2hv1QpU4uBMxi9x8//Ju6GNs= </data> <key>Info.plist</key> <data> MKjq1qtgNhtSKujerKpG+kyu5vM= </data> <key>Modules/module.modulemap</key> <data> XrvS2zzfsxlRSlo8hgsT71ckq34= </data> </dict> <key>files2</key> <dict> <key>Headers/WAWebPay.h</key> <data> zX0UPs1pISnFR37Cpe9JdUQP0pY= </data> <key>Headers/WAWebPayImpl.h</key> <data> wfH2hv1QpU4uBMxi9x8//Ju6GNs= </data> <key>Modules/module.modulemap</key> <data> XrvS2zzfsxlRSlo8hgsT71ckq34= </data> </dict> <key>rules</key> <dict> <key>^</key> <true/> <key>^.*\.lproj/</key> <dict> <key>optional</key> <true/> <key>weight</key> <real>1000</real> </dict> <key>^.*\.lproj/locversion.plist$</key> <dict> <key>omit</key> <true/> <key>weight</key> <real>1100</real> </dict> <key>^version.plist$</key> <true/> </dict> <key>rules2</key> <dict> <key>.*\.dSYM($|/)</key> <dict> <key>weight</key> <real>11</real> </dict> <key>^</key> <dict> <key>weight</key> <real>20</real> </dict> <key>^(.*/)?\.DS_Store$</key> <dict> <key>omit</key> <true/> <key>weight</key> <real>2000</real> </dict> <key>^(Frameworks|SharedFrameworks|PlugIns|Plug-ins|XPCServices|Helpers|MacOS|Library/(Automator|Spotlight|LoginItems))/</key> <dict> <key>nested</key> <true/> <key>weight</key> <real>10</real> </dict> <key>^.*</key> <true/> <key>^.*\.lproj/</key> <dict> <key>optional</key> <true/> <key>weight</key> <real>1000</real> </dict> <key>^.*\.lproj/locversion.plist$</key> <dict> <key>omit</key> <true/> <key>weight</key> <real>1100</real> </dict> <key>^Info\.plist$</key> <dict> <key>omit</key> <true/> <key>weight</key> <real>20</real> </dict> <key>^PkgInfo$</key> <dict> <key>omit</key> <true/> <key>weight</key> <real>20</real> </dict> <key>^[^/]+$</key> <dict> <key>nested</key> <true/> <key>weight</key> <real>10</real> </dict> <key>^embedded\.provisionprofile$</key> <dict> <key>weight</key> <real>20</real> </dict> <key>^version\.plist$</key> <dict> <key>weight</key> <real>20</real> </dict> </dict> </dict> </plist> frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignatureBinary files differ