Skip to content

Instantly share code, notes, and snippets.

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.
@si1en2i0
si1en2i0 / git_guidline.md
Created October 16, 2012 06:02 — forked from onlytiancai/git_guidline.md
git分支使用规范

分支管理

最少有三个长期分支

  • master: 用于生产环境部署
  • testing: 用于测试环境测试
  • dev: 用于日常开发

有一些临时分支