Skip to content

基于Cocoapods的组件模板

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
POD_LICENSE
Notifications You must be signed in to change notification settings

matteozero/pod-template

 
 

pod-template

基于Cocoapods的组件模板

An opinionated template for creating a Pod with the following features:

  • Git as the source control management system
  • Clean folder structure
  • Project generation
  • MIT license
  • Testing as a standard
  • Turnkey access to Travis CI
  • Also supports Carthage

Getting started

There are two reasons for wanting to work on this template, making your own or improving the one for everyone's. In both cases you will want to work with the ruby classes inside the setup folder, and the example base template that it works on from inside template/ios/.

Best practices

使用私有模板创建项目命令需要添加--template-url=URL, 使用此模板命令如下

pod lib create --template-url=https://github.com/matteozero/pod-template.git MyLibrary

The command pod lib create aims to be ran along with this guide: http://guides.cocoapods.org/making/using-pod-lib-create.html so any changes of flow should be updated there also.

It is open to communal input, but adding new features, or new ideas are probably better off being discussed in an issue first. In general we try to think if an average Xcode user is going to use this feature or not, if it's unlikely is it a very strongly encouraged best practice ( ala testing / CI. ) If it's something useful for saving a few minutes every deploy, or isn't easily documented in the guide it is likely to be denied in order to keep this project as simple as possible.

Requirements:

  • CocoaPods 1.0.0+

About

基于Cocoapods的组件模板

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
POD_LICENSE

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.7%
  • Objective-C 16.4%
  • Swift 13.9%