blob: 87f46b43360e85ba2de63c7eb5a431a5c352ed31 [file] [log] [blame]
{
"name": "AlipaySDK_iOS",
"version": "0.1.2",
"summary": "支付宝官方SDK同步更新",
"description": "支付宝官方SDK同步更新, email: houmanager@hotmail.com",
"homepage": "https://github.com/stackhou/AlipaySDK_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"houmanager": "houmanager@hotmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/stackhou/AlipaySDK_iOS.git",
"tag": "0.1.2"
},
"source_files": "AlipaySDKiOS/AlipaySDK.framework/**/*",
"exclude_files": "Classes/Exclude",
"resources": "AlipaySDKiOS/AlipaySDK.bundle",
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"QuartzCore",
"CoreText",
"CoreGraphics",
"UIKit",
"Foundation",
"CFNetwork",
"CoreMotion"
],
"libraries": [
"c++",
"z"
]
}