-
在该目录创建OC私有组件:pod lib create ProjectName Objc --template-url="https://github.com/sdhzwm/pod-template"
-
在该目录创建Swift私有组件:pod lib create ProjectName Swift --template-url="https://github.com/sdhzwm/pod-template.git"
-
Objc 和 Swift 不用区分大小写。
- 2021-12-21 init