blob: 0223c070e7f3631b224baf3d620cfb4b73ed6478 [file] [log] [blame]
{
"name": "PayPlugin",
"version": "0.2.0",
"summary": "集成有支付宝,微信,银联,建行支付渠道的开源库",
"description": "如果你使用swift编程, 此刻正在为集成各种支付SDK复杂的配置烦恼时, 试着在Podfile中执行命令 pod 'PayPlugin'并在头文件中引入它, 你会发现原来支付功能集成也可以这么轻松easy~. 所有厂商SDK共用一套支付逻辑, 仅调用一个API就能完成支付回调结果的通知. 从此生活潇潇洒洒, 来去如风~",
"homepage": "https://github.com/wufeiyue/PayPlugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"eppeo": "ieppeo@163.com"
},
"source": {
"git": "https://github.com/wufeiyue/PayPlugin.git",
"tag": "0.2.0"
},
"swift_version": "4.2",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "\"-ObjC\""
},
"ios": {
"resource_bundles": {
"PayAssets": "PayPlugin/Assets/PayAssets.bundle/Images"
},
"vendored_frameworks": "PayPlugin/Framework/*.framework",
"vendored_libraries": "PayPlugin/Framework/*.a"
},
"frameworks": [
"CoreTelephony",
"CoreMotion",
"CFNetwork",
"SystemConfiguration",
"Security",
"UIKit"
],
"libraries": [
"z",
"c++",
"sqlite3.0"
],
"source_files": "PayPlugin/Classes/*.swift",
"preserve_paths": [
"PayPlugin/Framework/module.modulemap",
"PayPlugin/Framework/*.h"
],
"dependencies": {
"SYWechatOpenSDK": [
]
}
}