blob: 2a99e44c270264b6e75285e49fd1aecadc489554 [file] [log] [blame]
{
"name": "SWBaseControl",
"version": "1.3.8.8",
"homepage": "https://github.com/zhoushaowen/SWBaseControl",
"platforms": {
"ios": "8.0"
},
"summary": "a control group",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Zhoushaowen": "348345883@qq.com"
},
"source": {
"git": "https://github.com/zhoushaowen/SWBaseControl.git",
"tag": "1.3.8.8"
},
"resources": "SWBaseControl/SWBaseControl/Source/*.json",
"dependencies": {
"SWCustomPresentation": [
],
"SWMultipleDelegateProxy": [
],
"SWExtension/Core": [
],
"ReactiveObjC": [
],
"MJExtension": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "SWPopover",
"source_files": "SWBaseControl/SWBaseControl/SWPopover/*.{h,m}"
},
{
"name": "SWBaseViewController",
"source_files": "SWBaseControl/SWBaseControl/SWBaseViewController/*.{h,m}"
},
{
"name": "Other",
"source_files": "SWBaseControl/SWBaseControl/Other/*.{h,m}"
}
]
}