blob: b6226954c152834b3802438a8e1535a9e4019645 [file] [log] [blame]
{
"name": "ipaynowCrossBorderPay",
"version": "1.0.0",
"summary": "ipaynowCrossBorderPay SDK",
"description": "Help developer to quickly intergrate cross border payments.",
"homepage": "http://www.ipaynow.cn",
"license": "MIT",
"authors": {
"Hstripe": "huangrui@ipaynow.cn"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/iPaynow/iPaynow-crossborder-iOS.git",
"tag": "1.0.0"
},
"default_subspecs": "Core",
"requires_arc": true,
"subspecs": [
{
"name": "Core",
"source_files": "SDK/*.h",
"public_header_files": "SDK/*.h",
"vendored_libraries": "SDk/iphone+simulator/*.a",
"frameworks": [
"CoreGraphics",
"CoreTelephony",
"QuartzCore",
"SystemConfiguration",
"Security",
"Foundation",
"UIKit",
"CoreMotion"
],
"ios": {
"libraries": [
"z",
"sqlite3.0",
"c++",
"stdc++"
],
"vendored_frameworks": "Channel/AliPayPlugin/AlipaySDK.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"resources": "Channel/AliPayPlugin/AlipaySDK.bundle"
}
]
}