blob: d26c6fbd871faaadcbd4357f1d805e11c54c939b [file] [log] [blame]
{
"name": "QTPaySDK",
"version": "0.0.9",
"summary": "A Pay SDK of QFPay Inc. Include WeChat Pay, AliPay etc.",
"description": "A Pay SDK of QFPay Inc. Include WeChat Pay, AliPay etc.\n* Enables every transaction.",
"homepage": "http://www.qfpay.com/",
"authors": {
"bjxiaowanzi": "zcheng.1988@163.com"
},
"license": "MIT",
"source": {
"git": "https://github.com/bjxiaowanzi/QTPaySDK-iOS.git",
"tag": "0.0.9"
},
"requires_arc": true,
"ios": {
"public_header_files": "**/*.framework/**/*.h"
},
"vendored_libraries": "**/*.a",
"vendored_frameworks": "**/*.framework",
"preserve_paths": "**/*.framework",
"resources": "**/*.bundle",
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC",
"LD_RUNPATH_SEARCH_PATHS": "\"$(SRCROOT)/**/*.framework\""
},
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}