blob: 77e4856dbaef302e5964655a1583d37d8bb0edca [file] [log] [blame]
{
"name": "AliPaySDK",
"version": "1.0",
"summary": "AliPay SDK for iOS.",
"description": "AliPay 移动支付接口智能 SDK 版 for iOS",
"homepage": "https://www.alipay.com/",
"license": {
"type": "Copyright",
"text": "支付宝(中国)网络技术有限公司  版权所有."
},
"authors": {
"AliPay": "https://www.alipay.com/"
},
"social_media_url": "http://www.jeeinc.com/",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/wisdomslab/AliPaySDK.git",
"tag": "1.0"
},
"source_files": "**/*.{h,m}",
"preserve_paths": "*.a",
"resource": "Alixpay.bundle",
"frameworks": [
"UIKit",
"CFNetwork",
"CoreGraphics",
"SystemConfiguration",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AliPaySDK/"
}
}