# pod-template **Repository Path**: xiaomage1478/pod-template ## Basic Information - **Project Name**: pod-template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-18 - **Last Updated**: 2024-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 0. 首先进入到自己的任意一个目录。 1. 在该目录创建OC私有组件:pod lib create ProjectName Objc --template-url="https://gitee.com/xiaomage1478/pod-template" 2. 在该目录创建Swift私有组件:pod lib create ProjectName Swift --template-url="https://gitee.com/xiaomage1478/pod-template" 3. Objc 和 Swift 不用区分大小写。