4 "summary": "集成有支付宝,微信,银联,建行支付渠道的开源库",
5 "description": "如果你使用swift编程, 此刻正在为集成各种支付SDK复杂的配置烦恼时, 试着在Podfile中执行命令 pod 'PayPlugin'并在头文件中引入它, 你会发现原来支付功能集成也可以这么轻松easy~. 所有厂商SDK共用一套支付逻辑, 仅调用一个API就能完成支付回调结果的通知. 从此生活潇潇洒洒, 来去如风~",
6 "homepage": "https://github.com/wufeiyue/PayPlugin",
12 "eppeo": "ieppeo@163.com"
15 "git": "https://github.com/wufeiyue/PayPlugin.git",
18 "swift_version": "4.0",
23 "pod_target_xcconfig": {
24 "OTHER_LDFLAGS": "\"-ObjC\""
28 "PayAssets": "PayPlugin/Assets/PayAssets.bundle/Images"
30 "vendored_frameworks": "PayPlugin/Framework/*.framework",
31 "vendored_libraries": "PayPlugin/Framework/*.a"
37 "SystemConfiguration",
46 "source_files": "PayPlugin/Classes/*.swift",
48 "PayPlugin/Framework/module.modulemap",
49 "PayPlugin/Framework/*.h"