blob: 6cf698dda287c4dbe24ce78879adf1aa2ff631ca [file] [log] [blame]
{
"name": "MMAliPaySDK",
"version": "15.1.3",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2012 Tencent. All rights reserved."
},
"summary": "Alipay SDK for iOS to access Alipay platform.",
"description": "It's a shame that Alipay doesn't have an official pod for their iOS SDK.\nTherefore, we create this pod to track the official Alipay iOS SDK.",
"homepage": "https://github.com/money150604/MMAliPaySDK",
"authors": {
"money150604": "80146944@qq.com"
},
"source": {
"git": "https://github.com/money150604/MMAliPaySDK.git",
"tag": "15.1.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"vendored_libraries": "AlipaySDK/*.a",
"frameworks": [
"CoreMotion",
"CoreTelephony",
"SystemConfiguration",
"CFNetwork"
],
"libraries": [
"z",
"c++"
],
"vendored_frameworks": "AlipaySDK/*.framework",
"resources": "AlipaySDK/*.bundle"
}