blob: 105075368c19101ef57e16d77d37a80b206225bc [file] [log] [blame]
{
"name": "AliPayAli",
"version": "0.0.1",
"summary": "A short description of alipay.",
"description": "\"warpper AlipaySDK.framework for flutter plguin development\"",
"homepage": "https://openhome.alipay.com/platform/appManage.htm#/app/2021001140694105/overview",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Guo Longxiang, (Longxiang.Guo@partner.bmw.com)": "Longxiang.Guo@partner.bmw.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitee.com/jiodg45/alipay.git",
"tag": "0.0.1"
},
"source_files": "AlipaySDK.framework/Headers/**",
"public_header_files": "AlipaySDK.framework/Headers/**",
"resources": "AlipaySDK.bundle",
"frameworks": [
"CFNetwork",
"Foundation",
"UIKit",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics",
"CoreMotion",
"CoreTelephony",
"CoreText",
"WebKit"
],
"ios": {
"vendored_frameworks": "AlipaySDK.framework"
},
"libraries": [
"c++",
"z"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/AlipaySDK.framework/"
}
}