最少有三个长期分支
- master: 用于生产环境部署
- testing: 用于测试环境测试
- dev: 用于日常开发
有一些临时分支
| Pod::Spec.new do |s| | |
| s.name = 'JSONKit' | |
| s.version = '1.6' | |
| s.summary = 'A Very High Performance Objective-C JSON Library.' | |
| s.homepage = 'https://github.com/johnezang/JSONKit' | |
| s.author = 'John Engelhart' | |
| s.source = { :git => 'https://github.com/HerrEmrys/JSONKit' } | |
| s.source_files = 'JSONKit.*' | |
| end |
| <?php | |
| /** | |
| * SplClassLoader implementation that implements the technical interoperability | |
| * standards for PHP 5.3 namespaces and class names. | |
| * | |
| * http://groups.google.com/group/php-standards/web/final-proposal | |
| * | |
| * // Example which loads classes for the Doctrine Common package in the | |
| * // Doctrine\Common namespace. |