blob: e7127af0534fdb543280fbdb7f92436ad702dff3 [file] [log] [blame]
{
"name": "CMThirdPartyPlatformManager",
"version": "1.0.0",
"summary": "第三方平台组件",
"homepage": "https://github.com/JKshared92/CMThirdPartyPlatformManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"comma": "506702341@qq.com"
},
"source": {
"git": "https://github.com/JKshared92/CMThirdPartyPlatformManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CFNetwork"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "CMThirdPartyPlatformManager/Classes/Core/*.{h,m}",
"public_header_files": "CMThirdPartyPlatformManager/Classes/Core/*.h"
},
{
"name": "ShareUI",
"source_files": "CMThirdPartyPlatformManager/Classes/ShareUI/*.{h,m}",
"public_header_files": "CMThirdPartyPlatformManager/Classes/ShareUI/*.h",
"dependencies": {
"pop": [
],
"Masonry": [
]
}
},
{
"name": "WechatSDK",
"source_files": "CMThirdPartyPlatformManager/Classes/ThirdParty/WechatSDK/*.{h,m}",
"public_header_files": "CMThirdPartyPlatformManager/Classes/ThirdParty/WechatSDK/*.h",
"vendored_libraries": "CMThirdPartyPlatformManager/Classes/ThirdParty/WechatSDK/libWeChatSDK.a",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CFNetwork",
"Security",
"CoreTelephony",
"CFNetwork",
"CoreGraphics",
"CoreMotion"
],
"libraries": [
"z",
"sqlite3.0",
"c++"
]
},
{
"name": "Wechat",
"source_files": "CMThirdPartyPlatformManager/Classes/Wechat/*.{h,m}",
"public_header_files": "CMThirdPartyPlatformManager/Classes/Wechat/*.h",
"dependencies": {
"CMThirdPartyPlatformManager/Core": [
],
"CMThirdPartyPlatformManager/WechatSDK": [
]
}
},
{
"name": "AlipaySDK",
"resources": "CMThirdPartyPlatformManager/Classes/ThirdParty/AlipaySDK/AlipaySDK.bundle",
"vendored_frameworks": [
"CMThirdPartyPlatformManager/Classes/ThirdParty/AlipaySDK/AlipaySDK.framework"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CFNetwork",
"CoreTelephony",
"CoreText",
"CoreGraphics",
"CoreMotion"
],
"libraries": [
"z",
"c++"
]
},
{
"name": "Alipay",
"source_files": "CMThirdPartyPlatformManager/Classes/Alipay/*.{h,m}",
"public_header_files": "CMThirdPartyPlatformManager/Classes/Alipay/*.h",
"dependencies": {
"CMThirdPartyPlatformManager/Core": [
],
"CMThirdPartyPlatformManager/AlipaySDK": [
]
}
},
{
"name": "QQSDK",
"resources": "CMThirdPartyPlatformManager/Classes/ThirdParty/QQSDK/TencentOpenApi_IOS_Bundle.bundle",
"vendored_frameworks": [
"CMThirdPartyPlatformManager/Classes/ThirdParty/QQSDK/TencentOpenAPI.framework"
],
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"Security"
],
"libraries": [
"z",
"c++",
"iconv",
"sqlite3.0"
]
},
{
"name": "QQ",
"source_files": "CMThirdPartyPlatformManager/Classes/QQ/*.{h,m}",
"public_header_files": "CMThirdPartyPlatformManager/Classes/QQ/*.h",
"dependencies": {
"CMThirdPartyPlatformManager/Core": [
],
"CMThirdPartyPlatformManager/QQSDK": [
]
}
}
]
}