blob: a92092e8310e1757c89d5ce1deb57fb515b9ddde [file] [log] [blame]
{
"name": "SWBaseControl",
"version": "1.2.6",
"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.2.6"
},
"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}"
}
]
}