ZKPayMediator 0.1.1

ZKPayMediator 0.1.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2017

Maintained by Kaiser.



  • By
  • Kaiser

ZKPayMediator

集成了支付宝支付和微信支付



Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

ZKPayMediator is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ZKPayMediator"

单独支持微信或者支付宝
pod "ZKPayMediator", :subspecs => ['WXPay']
pod "ZKPayMediator", :subspecs => ['AliPay']

或者一起支持
pod "ZKPayMediator", :subspecs => ['WXPay', 'AliPay']

Author

Kaiser, [email protected]

License

ZKPayMediator is available under the MIT license. See the LICENSE file for more info.