blob: 36c48f722c9b27c1c1af2d10ca453af32d7b6e3b [file] [log] [blame]
{
"name": "TMAlipaySDK",
"version": "0.0.1",
"summary": "天马封装支付宝SDK",
"homepage": "https://www.360tianma.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"renxukui": "renxukui@360tianma.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://gitee.com/tmgc/TMAlipaySDK.git",
"tag": "0.0.1"
},
"source_files": "TMFramework/AlipaySDK.framework/Headers/*.{h}",
"ios": {
"vendored_frameworks": "TMFramework/AlipaySDK.framework"
},
"resources": "TMFramework/AlipaySDK.bundle",
"requires_arc": true,
"frameworks": [
"CoreMotion",
"CFNetwork",
"Foundation",
"UIKit",
"CoreGraphics",
"CoreText",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"c++",
"z"
]
}