blob: f23bb8bfbc687f6a183e361d6e66f570c334172c [file] [log] [blame]
{
"name": "BXAlipaySDK",
"version": "15.4.1",
"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/iException/BXAlipaySDK",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"Yiming Tang": "yimingnju@gmail.com"
},
"source": {
"git": "https://github.com/iException/BXAlipaySDK.git",
"tag": "v15.4.1"
},
"social_media_url": "https://twitter.com/yiming_t",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"CoreMotion",
"CoreTelephony",
"SystemConfiguration",
"CFNetwork"
],
"libraries": [
"z",
"c++"
],
"resources": "AlipaySDK/AlipaySDK.bundle",
"vendored_frameworks": "AlipaySDK/AlipaySDK.framework"
}