blob: bd0b00f35e65e9ed6b328bd052544be5d40acd0f [file] [log] [blame]
{
"name": "AlipaySDK-Official",
"version": "0.0.1",
"summary": "支付宝官方SDK",
"homepage": "https://github.com/daipeihust/AlipaySDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"daipei": "daipei@hust.edu.cn"
},
"source": {
"git": "https://github.com/daipeihust/AlipaySDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "AlipaySDK/AlipaySDK.framework",
"resources": "AlipaySDK/AlipaySDK.bundle",
"frameworks": [
"UIKit",
"Foundation",
"CFNetwork",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics",
"CoreMotion",
"CoreTelephony",
"CoreText"
],
"libraries": [
"c++",
"z"
]
}