From e4050e498f27d4923c96aec090a803c0b70562f1 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 13 Dec 2016 16:49:53 +0800 Subject: [PATCH] 提交网页支付实现层库 --- 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 + frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements-1 | 0 frameworks/WAWebPayImpl.framework/Headers/WAWebPayImpl.h | 20 ++++ WAWebPayImpl_CN.podspec | 25 +++++ frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignature | 0 frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources | 166 +++++++++++++++++++++++++++++++++ frameworks/WAWebPayImpl.framework/Info.plist | 0 frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements | 0 config/wa_sdk_impl_config_webpay.xml | 12 ++ 12 files changed, 243 insertions(+), 0 deletions(-) diff --git a/WAWebPayImpl_CN.podspec b/WAWebPayImpl_CN.podspec new file mode 100644 index 0000000..44b14b3 --- /dev/null +++ b/WAWebPayImpl_CN.podspec @@ -0,0 +1,25 @@ +# +# Be sure to run `pod spec lint WAWebPayImpl_CN.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_CN' +s.version = '1.1.0' +s.summary = 'WASDK ' +s.license = 'MIT' +s.author = { "Hank" => "hank.zhang@gamehollywood.com" } +s.homepage = 'http://repo.wingsdk.cn:8082/summary/WAWebPayImpl_CN.git' +s.source = { :git => "http://admin@repo.wingsdk.cn:8082/r/WAWebPayImpl_CN.git" , :tag => s.version} +s.platform = :ios +s.ios.deployment_target = "7.0" +s.vendored_frameworks = 'frameworks/WAWebPayImpl.framework' +s.resources = ['config/*.xml'] +s.dependency 'WASdkIntf_CN', '~> 1.1.0' # +s.dependency 'WASdkImpl_CN', '~> 1.1.0' +s.requires_arc = true +end \ No newline at end of file diff --git a/config/wa_sdk_impl_config_webpay.xml b/config/wa_sdk_impl_config_webpay.xml new file mode 100644 index 0000000..c58077e --- /dev/null +++ b/config/wa_sdk_impl_config_webpay.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<config> + <version val="WEBPAY1.1.0"/> + <comps> + <!-- 支付模块 --> + <comp module="PAY" plaf="WEBPAY" mandatory="YES" value="WAWebPay" desc="WEB支付"/> + </comps> + + <ops> + <op type="copy" category="res" isFile="NO" from="frameworks" to="wasdk/webpay/frameworks" /> + </ops> +</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..49be010 --- /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..38fd49d --- /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..3a54e2c --- /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/CodeRequirements-1 b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements-1 new file mode 100644 index 0000000..778461c --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeRequirements-1 Binary files differ diff --git a/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..72bde16 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeResources @@ -0,0 +1,166 @@ +<?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> + tuntD+Ao6sz5JByqDliACpB1B7M= + </data> + <key>Modules/module.modulemap</key> + <data> + XrvS2zzfsxlRSlo8hgsT71ckq34= + </data> + </dict> + <key>files2</key> + <dict> + <key>Headers/WAWebPay.h</key> + <dict> + <key>hash</key> + <data> + zX0UPs1pISnFR37Cpe9JdUQP0pY= + </data> + <key>hash2</key> + <data> + rOIriDQS68P2Mn8lairbW2MEAPW4gaFTk0CcpLjPf2c= + </data> + </dict> + <key>Headers/WAWebPayImpl.h</key> + <dict> + <key>hash</key> + <data> + wfH2hv1QpU4uBMxi9x8//Ju6GNs= + </data> + <key>hash2</key> + <data> + Audpy1OBt46nIBGO8K9cV3oTMPwmaMu4JzAGip6qQ1s= + </data> + </dict> + <key>Modules/module.modulemap</key> + <dict> + <key>hash</key> + <data> + XrvS2zzfsxlRSlo8hgsT71ckq34= + </data> + <key>hash2</key> + <data> + WNoxo0rqt0aHYQAuMqV75LAaIjF9geYtlux9M5EtE+o= + </data> + </dict> + </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>^Base\.lproj/</key> + <dict> + <key>weight</key> + <real>1010</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>^Base\.lproj/</key> + <dict> + <key>weight</key> + <real>1010</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..e708f46 --- /dev/null +++ b/frameworks/WAWebPayImpl.framework/_CodeSignature/CodeSignature Binary files differ -- Gitblit v1.8.0