blob: 4db45b41b32d705e1e647f092419134babf989f0 [file] [log] [blame]
{
"name": "AlipaySDK_iOS",
"version": "0.0.1",
"summary": "支付宝官方SDK同步更新",
"description": "支付宝官方SDK(2017.03.13),方便使用Cocoapods导入使用",
"homepage": "https://github.com/YJManager/AlipaySDK_iOS.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"houmanager": "houmanager@Hotmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"c++",
"z"
],
"source": {
"git": "https://github.com/YJManager/AlipaySDK_iOS.git",
"tag": "0.0.1",
"submodules": true
},
"source_files": "AlipaySDK/Framework/AlipaySDK.framework/**/*",
"resources": "AlipaySDK/Resources/AlipaySDK.bundle",
"vendored_frameworks": "AlipaySDK/Framework/AlipaySDK.framework"
}