blob: 75f19844c94f4be9b2107c53c45bdb85029208d4 [file] [log] [blame]
{
"name": "ToolWidget",
"version": "1.0.0",
"summary": "常用功能集合组件",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/xuyanzhang/ToolWidget/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xuyanzhang": "xuyanzhang@lanyife.com"
},
"source": {
"git": "https://gitee.com/xuyanzhang/ToolWidget.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"subspecs": [
{
"name": "Custom",
"source_files": "ToolWidget/Classes/Custom/*.{h,m}"
},
{
"name": "Category",
"source_files": "ToolWidget/Classes/Category/*.{h,m}"
},
{
"name": "ViewExtension",
"source_files": "ToolWidget/Classes/ViewExtension/*.{h,m}"
}
]
}