blob: 7cdbfe52d7ba30c48111554ef380db150db064b4 [file] [log] [blame]
{
"name": "SWBaseControl",
"version": "1.1.9",
"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.1.9"
},
"source_files": "SWBaseControl/SWBaseControl/*.{h,m}",
"dependencies": {
"SWCustomPresentation": [
],
"SWMultipleDelegateProxy": [
]
},
"requires_arc": true,
"subspecs": [
{
"name": "SWPopover",
"source_files": "SWBaseControl/SWBaseControl/SWPopover/*.{h,m}"
},
{
"name": "SWBaseViewController",
"source_files": "SWBaseControl/SWBaseControl/SWBaseViewController/*.{h,m}"
}
]
}