blob: 847d7372a8b0e2016dc37458d2d9a89bd209b09c [file] [log] [blame]
{
"name": "WZIM",
"version": "1.0.8",
"summary": "IM组件框架",
"description": "我主IM依赖库",
"homepage": "https://github.com/WZLYiOS/WZIM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qiuqixiang": "739140860@qq.com"
},
"source": {
"git": "https://github.com/WZLYiOS/WZIM.git",
"tag": "1.0.8"
},
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "armv7 armv7s arm64 x86_64"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"WZIM/Classes/TIM/*",
"WZIM/Classes/EM/*",
"WZIM/Classes/UI/*",
"WZIM/Classes/Procotol/*"
],
"dependencies": {
"TXIMSDK_iOS": [
"~> 4.9.1"
],
"HyphenateLite": [
"~> 3.7.0"
],
"SnapKit": [
"~> 5.0.1"
]
}
},
{
"name": "Procotol",
"source_files": "WZIM/Classes/Procotol/*"
},
{
"name": "UI",
"source_files": [
"WZIM/Classes/UI/*",
"WZIM/Classes/Procotol/*"
],
"dependencies": {
"SnapKit": [
"~> 5.0.1"
]
}
},
{
"name": "TIM",
"source_files": [
"WZIM/Classes/TIM/*",
"WZIM/Classes/Procotol/*"
],
"dependencies": {
"TXIMSDK_iOS": [
"~> 4.9.1"
]
}
},
{
"name": "EM",
"source_files": [
"WZIM/Classes/EM/*",
"WZIM/Classes/Procotol/*"
],
"dependencies": {
"HyphenateLite": [
"~> 3.7.0"
]
}
}
],
"swift_version": "5.0"
}