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
81d75616
Commit
81d75616
authored
Jul 31, 2013
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[UI] Add copy&paste friendly dependency to descriptions of Pods
Closes CocoaPods/CocoaPods#1073
parent
5e0f3566
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Gemfile.lock
Gemfile.lock
+1
-1
user_interface.rb
lib/cocoapods/user_interface.rb
+1
-0
No files found.
Gemfile.lock
View file @
81d75616
...
...
@@ -17,7 +17,7 @@ GIT
GIT
remote: https://github.com/CocoaPods/Xcodeproj.git
revision:
465fd0a975fae85cc621ada84f89cc24f01748ef
revision:
8400134c1299d9cdb5c233d84513a7eec0f9f37b
branch: master
specs:
xcodeproj (0.8.1)
...
...
lib/cocoapods/user_interface.rb
View file @
81d75616
...
...
@@ -164,6 +164,7 @@ module Pod
pod
=
Specification
::
Set
::
Presenter
.
new
(
set
,
statistics_provider
)
title
(
"
\n
->
#{
pod
.
name
}
(
#{
pod
.
version
}
)"
.
green
,
''
,
1
)
do
puts_indented
pod
.
summary
puts_indented
"pod '
#{
pod
.
name
}
', '~>
#{
pod
.
version
}
'"
labeled
(
'Homepage'
,
pod
.
homepage
)
labeled
(
'Source'
,
pod
.
source_url
)
labeled
(
'Versions'
,
pod
.
verions_by_source
)
...
...
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