GitHub support for pod spec create
- added semanting versioning notice - warning if a spec description or summary does not ends with a dot - requires octokit gem - added awesome-print development gem - removed appledoc options from spec template - removed range attribute for license from the spec template
Showing
... | @@ -4,6 +4,7 @@ gem "open4" | ... | @@ -4,6 +4,7 @@ gem "open4" |
gem "colored" | gem "colored" | ||
gem "escape" | gem "escape" | ||
gem "json" | gem "json" | ||
gem "octokit" | |||
group :development do | group :development do | ||
gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | gem "xcodeproj", :git => "git://github.com/CocoaPods/Xcodeproj.git" | ||
... | ... |
This diff is collapsed.
Please
register
or
sign in
to comment