blob: 19053cf328d40e50995e78f027e7bd4a8aa110b0 [file] [log] [blame]
{
"name": "WZIMProtocol",
"version": "0.0.7",
"summary": "iM通用协议,",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/WZLYiOS/WZIMProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qiuqixiang": "739140860@qq.com"
},
"source": {
"git": "https://github.com/WZLYiOS/WZIMProtocol.git",
"tag": "0.0.7"
},
"requires_arc": true,
"static_framework": true,
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"WZIMProtocol/Classes/Procotol/*",
"WZIMProtocol/Classes/UI/*"
],
"dependencies": {
"SnapKit": [
"~> 5.0.1"
]
}
},
{
"name": "Procotol",
"source_files": "WZIMProtocol/Classes/Procotol/*"
}
],
"swift_version": "5.0"
}