blob: 020d50f1a3ace901d1591c06a49d7ef4f52c73b1 [file] [log] [blame]
{
"name": "RGTool",
"version": "0.0.3",
"summary": "RGTool",
"description": "开发中常用方法的封装",
"homepage": "https://github.com/iOSRG/RGTool",
"license": "MIT",
"authors": {
"18607304107@163.com": "gui.ren@hand-china.com"
},
"source": {
"git": "https://github.com/iOSRG/RGTool.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "RGTool/Classes/BaseToolHeader.h",
"source_files": "RGTool/Classes/BaseToolHeader.h",
"subspecs": [
{
"name": "Project",
"source_files": "RGTool/Classes/Project/**/*"
},
{
"name": "UIViewController",
"source_files": "RGTool/Classes/UIViewController/**/*"
}
]
}