blob: 888c9959a83662f81084d2e4831274f457523b11 [file] [log] [blame]
{
"name": "QTPaySDK_UI_All",
"version": "1.0.7",
"summary": "QTPay iOS SDK, contains all pay channels and UI interface.",
"description": " QTPay iOS SDK, contains all pay channels and UI interface.\n * Enables every transaction.\n",
"homepage": "http://www.qfpay.com/",
"authors": {
"Young Shook": "lipengxing@qfpay.com"
},
"license": "COMMERCIAL",
"source": {
"git": "https://github.com/QTPay/QTPaySDK-iOS.git",
"tag": "1.0.7_ui_all"
},
"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"
],
"libraries": [
"z",
"c++",
"sqlite3"
],
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC",
"LD_RUNPATH_SEARCH_PATHS": "\"$(SRCROOT)/**/*.framework\""
}
}