blob: 03a230375e36992242e8ef174ad8cae3f94f9220 [file] [log] [blame]
{
"name": "RGTool",
"version": "0.0.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "RGTool/Classes/**/*",
"subspecs": [
{
"name": "Project",
"source_files": "RGTool/Classes/Project/**/*"
},
{
"name": "UIViewController",
"source_files": "RGTool/Classes/UIViewController/**/*"
}
]
}