Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
0028056a
Commit
0028056a
authored
Jul 03, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Pod lib command 2
Closes #850
parent
a68044eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
CHANGELOG.md
CHANGELOG.md
+10
-0
lib.rb
lib/cocoapods/command/lib.rb
+2
-2
No files found.
CHANGELOG.md
View file @
0028056a
...
...
@@ -6,6 +6,16 @@ To install or update CocoaPods see this [guide](http://docs.cocoapods.org/guides
###### Enhancements
*
Added the
`pod lib create`
subcommand which allows to create a new Pod
adhering to the best practices. The template is still a bit primitive
and we encourage users to provide feedback by submitting patches and issues
to the https://github.com/CocoaPods/CocoaPods.
[
#850
](
https://github.com/CocoaPods/CocoaPods/issues/850
)
*
Added the
`pod lib lint`
subcommand which allows to lint the Pod stored
in the working directory (a pod spec in the root is needed).
[
#850
](
https://github.com/CocoaPods/CocoaPods/issues/850
)
*
The size of the cache used for the git repos is now configurable. For more
detail see
https://github.com/CocoaPods/CocoaPods/blob/master/lib/cocoapods/config.rb#L7-L25
...
...
lib/cocoapods/command/lib.rb
View file @
0028056a
...
...
@@ -41,8 +41,8 @@ module Pod
executable
:git
executable
:ruby
TEMPLATE_REPO
=
"
/Users/fabio/Projects/CP/pod-template
"
TEMPLATE_INFO_URL
=
"
/Users/fabio/Projects/CP/pod-template
"
TEMPLATE_REPO
=
"
https://github.com/CocoaPods/CocoaPods.git
"
TEMPLATE_INFO_URL
=
"
https://github.com/CocoaPods/CocoaPods
"
# Clones the template from the remote in the working directory using
# the name of the Pod.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment