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
933b00c9
Commit
933b00c9
authored
Mar 17, 2012
by
Fabio Pelosin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
improved doc description
parent
ce731f92
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
spec.rb
lib/cocoapods/command/spec.rb
+9
-6
No files found.
lib/cocoapods/command/spec.rb
View file @
933b00c9
...
@@ -52,19 +52,22 @@ module Pod
...
@@ -52,19 +52,22 @@ module Pod
s.description = 'An optional longer description of
#{
@name
}
.'
s.description = 'An optional longer description of
#{
@name
}
.'
# If available specify the documentation
sources
.
# If available specify the documentation
homepage
.
# :html The online link for the documentation.
# :html The online link for the documentation.
# :appledoc
If the pod uses appledoc specify the options. The comman
d
# :appledoc
Ammend the default appledoc options use
d
#
will be run on the files specified in s.source_file
.
#
by cocoapods if needed
.
#
#
s.documentation = {
s.documentation = {
# :html => 'http://EXAMPLE/
#{
@name
}
/documentation',
# :html => 'http://EXAMPLE/
#{
@name
}
/documentation',
# :appledoc => ['--project-name', '
#{
@name
}
',
# :appledoc => [
# '--project-name', '
#{
@name
}
',
# '--project-company', 'Company Name',
# '--project-company', 'Company Name',
# '--
company-id', 'com.company'
,
# '--
docset-copyright', copyright
,
# '--ignore', 'Common',
# '--ignore', 'Common',
# '--index-desc', 'readme.markdown',
# '--index-desc', 'readme.markdown',
# '--ignore', '.m']
# '--no-keep-undocumented-objects',
# '--no-keep-undocumented-members',
# ]
}
}
# Specify the license of the pod.
# Specify the license 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