blob: 50751af1fef16e1619bca683d371d3609d749123 [file] [log] [blame]
{
"name": "UQPAYSDK",
"version": "1.0.3",
"summary": "A short description of UQPAY SDK.",
"description": "UQPay SDK",
"license": "MIT",
"requires_arc": true,
"authors": {
"cqwang": "wangchaoqun@uqpay.com"
},
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/SuperiorWang/UQPAY_SDK_Project",
"source": {
"git": "https://github.com/SuperiorWang/UQPAY_SDK_Project.git",
"tag": "1.0.3"
},
"default_subspecs": [
"UQPAYSDK"
],
"subspecs": [
{
"name": "UQPAYSDK",
"source_files": "UQPAYSDK/**/*.{h,m}",
"public_header_files": "UQPAYSDK/Public/*.h",
"frameworks": [
"Foundation",
"UIKit",
"LocalAuthentication",
"Security",
"SystemConfiguration",
"CFNetwork"
],
"libraries": [
"c++",
"z"
],
"vendored_libraries": "UQPAYSDK/libPaymentControl.a"
}
]
}