blob: 729c50c95887cd0ad0ca18e42bccfc91fb93dd6a [file] [log] [blame]
{
"name": "ipaynowplugin",
"version": "1.7.3.42",
"summary": "ipaynowplugin SDK",
"description": "Help developer to quickly intergrate variety of payment methods",
"homepage": "http://www.ipaynow.cn",
"license": "MIT",
"authors": {
"Hstripe": "huangrui@ipaynow.cn"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Hstripe/libipaynow.git",
"tag": "1.7.3.42"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "lib/*.h",
"public_header_files": "lib/*.h",
"vendored_libraries": "lib/*.a",
"resources": "lib/*.bundle",
"frameworks": [
"CoreGraphics",
"CoreTelephony",
"QuartzCore",
"SystemConfiguration",
"Security",
"Foundation",
"UIKit"
],
"ios": {
"libraries": [
"z",
"sqlite3.0",
"c++",
"stdc++"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "Alipay",
"ios": {
"vendored_frameworks": "lib/Channels/AliPayPlugin/AlipaySDK.framework"
},
"resources": "lib/Channels/AliPayPlugin/AlipaySDK.bundle",
"dependencies": {
"ipaynowplugin/Core": [
]
},
"frameworks": "CoreMotion"
},
{
"name": "Weixin",
"ios": {
"vendored_libraries": "lib/Channels/WechatPlugin/*.a"
},
"source_files": "lib/Channels/WechatPlugin/*.h",
"public_header_files": "lib/Channels/WechatPlugin/*.h",
"dependencies": {
"ipaynowplugin/Core": [
]
}
},
{
"name": "Unionpay",
"vendored_libraries": "lib/Channels/UPPayPlugin/*.a",
"source_files": "lib/Channels/UPPayPlugin/*.h",
"dependencies": {
"ipaynowplugin/Core": [
]
}
},
{
"name": "ApplePay",
"source_files": "lib/Channels/UPApplePay/*.h",
"public_header_files": "lib/Channels/UPApplePay/*.h",
"vendored_libraries": "lib/Channels/UPApplePay/*.a",
"dependencies": {
"ipaynowplugin/Core": [
]
},
"frameworks": "PassKit"
}
]
}