blob: de06349115f4d73df82dd7a723d443e20a088d61 [file] [log] [blame]
{
"name": "ipaynowWxOnly",
"version": "2.0.0",
"summary": "ipaynowplugin SDK",
"description": "Help developer to quickly intergrate WechatPay",
"homepage": "http://www.ipaynow.cn",
"license": "MIT",
"authors": {
"Hstripe": "huangrui@ipaynow.cn"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/iPaynow/iPaynow-wxpay-iOS.git",
"tag": "2.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",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}
]
}