blob: 4b11c67abe7d07ce54ab369d9831d283f3965b94 [file] [log] [blame]
{
"name": "ZITOCloound",
"version": "4.4.4",
"summary": "ZITOCloound iOS SDK",
"description": "融拓支付聚合平台\n轻松接入,开启支付新里程",
"homepage": "http://www.rtkj.com.cn",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sunnymoteng": "369074420@qq.com"
},
"source": {
"git": "https://github.com/sunnymoteng/ZITOCloound.git",
"tag": "4.4.4"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"BaseCore",
"Alipay"
],
"subspecs": [
{
"name": "BaseCore",
"source_files": "lib/*.h",
"public_header_files": "lib/*.h",
"vendored_libraries": "lib/*.a",
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"Security"
],
"ios": {
"libraries": [
"c++",
"stdc++",
"z"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "Alipay",
"vendored_libraries": "lib/Channels/Alipay/*.a",
"ios": {
"vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
},
"resources": "lib/Channels/Alipay/AlipaySDK.bundle",
"frameworks": [
"CoreMotion",
"CoreTelephony"
],
"dependencies": {
"ZITOCloound/BaseCore": [
]
}
}
]
}