From d87882164cd6111b40592a685f27999ec3852ee9 Mon Sep 17 00:00:00 2001 From: Wuyx <1139965056@qq.com> Date: Wed, 30 Nov 2016 16:32:53 +0800 Subject: [PATCH] WAWebPayImpl --- frameworks/WAWebPayImpl.framework/Headers/WAWebPay.h | 14 +++ frameworks/WAWebPayImpl.framework/_CodeSignature/CodeDirectory | 0 frameworks/WAWebPayImpl.framework/WAWebPayImpl | 0 frameworks/WAWebPayImpl.framework/Modules/module.modulemap | 6 + WAWebPayImpl.podspec | 25 ++++++ frameworks/WAWebPayImpl.framework/Headers/WAWebPayImpl.h | 20 +++++ frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignature | 0 frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources | 135 +++++++++++++++++++++++++++++++++ frameworks/WAWebPayImpl.framework/Info.plist | 0 frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements | 0 config/wa_sdk_impl_config_webpay.xml | 8 ++ 11 files changed, 208 insertions(+), 0 deletions(-) diff --git a/WAWebPayImpl.podspec b/WAWebPayImpl.podspec new file mode 100644 index 0000000..8d2b775 --- /dev/null +++ b/WAWebPayImpl.podspec @@ -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 diff --git a/config/wa_sdk_impl_config_webpay.xml b/config/wa_sdk_impl_config_webpay.xml new file mode 100644 index 0000000..a768b49 --- /dev/null +++ b/config/wa_sdk_impl_config_webpay.xml @@ -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> diff --git a/frameworks/WAWebPayImpl.framework/Headers/WAWebPay.h b/frameworks/WAWebPayImpl.framework/Headers/WAWebPay.h new file mode 100644 index 0000000..1f8dacc --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/Headers/WAWebPay.h @@ -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 diff --git a/frameworks/WAWebPayImpl.framework/Headers/WAWebPayImpl.h b/frameworks/WAWebPayImpl.framework/Headers/WAWebPayImpl.h new file mode 100644 index 0000000..857ac2f --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/Headers/WAWebPayImpl.h @@ -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 diff --git a/frameworks/WAWebPayImpl.framework/Info.plist b/frameworks/WAWebPayImpl.framework/Info.plist new file mode 100644 index 0000000..e03d798 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/Info.plist Binary files differ diff --git a/frameworks/WAWebPayImpl.framework/Modules/module.modulemap b/frameworks/WAWebPayImpl.framework/Modules/module.modulemap new file mode 100644 index 0000000..ce3ce46 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module WAWebPayImpl { + umbrella header "WAWebPayImpl.h" + + export * + module * { export * } +} diff --git a/frameworks/WAWebPayImpl.framework/WAWebPayImpl b/frameworks/WAWebPayImpl.framework/WAWebPayImpl new file mode 100644 index 0000000..2fa0040 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/WAWebPayImpl Binary files differ diff --git a/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeDirectory b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeDirectory new file mode 100644 index 0000000..033cdf5 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeDirectory Binary files differ diff --git a/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements new file mode 100644 index 0000000..712bad8 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements Binary files differ diff --git a/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..2a13357 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources @@ -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> diff --git a/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignature b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignature new file mode 100644 index 0000000..a5d4222 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignature Binary files differ -- Gitblit v1.8.0