blob: 9b920b3d55468214d64a3eb6fedf79f3e74d814e [file] [log] [blame]
{
"name": "QYTPayForiOS",
"version": "0.0.4",
"summary": "use alipay wxpay buy something",
"description": "use alipay wxpay buy something",
"homepage": "http://192.168.1.52/QYTPayForiOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qcb": "@qqbbzz@126.com"
},
"source": {
"git": "http://192.168.1.52/QYTPayForiOS.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"QYTPayForiOS/*.{h,m,mm}",
"QYTPayForiOS/OpenSDK/*.{h}",
"QYTPayForiOS/PayManager/*.{h,m}",
"QYTPayForiOS/AliPaySDK/AlipaySDK.framework/Headers/*.{h}"
],
"resource_bundles": {
"QYTPayForiOS": [
"QYTPayForiOS/PayResource/*.{storyboard,png}"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": [
"-Objc",
"-all_load"
]
},
"public_header_files": "QYTPayForiOS/**/*.h",
"vendored_libraries": "QYTPayForiOS/OpenSDK/*.{a}",
"vendored_frameworks": [
"QYTPayForiOS/AliPaySDK/AliPaySDK.framework"
],
"frameworks": [
"UIKit",
"SystemConfiguration",
"Security",
"CoreTelephony",
"CFNetwork",
"QuartzCore",
"CoreText",
"CoreGraphics",
"CoreMotion",
"Foundation"
],
"libraries": [
"sqlite3.0",
"c++",
"z"
],
"dependencies": {
"QYTCustomUIControlForiOS": [
],
"QYTHelperForiOS": [
]
}
}