# WGTool **Repository Path**: aoshi_435/wgtool ## Basic Information - **Project Name**: WGTool - **Description**: 工具类 - **Primary Language**: Objective-C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-18 - **Last Updated**: 2022-09-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WGTool #### 使用 CocoaPods 安装 ###### 1、全部模块导入 ```ruby pod 'WGTool', :git=>'https://gitee.com/aoshi_435/wgtool.git', :tag=>'版本号' ``` ###### 2、单模块导入 ```ruby # 导入Category模块 pod 'WGTool/Category', :git=>'https://gitee.com/aoshi_435/wgtool.git', :tag=>'版本号' ```