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
f77fe09b
Commit
f77fe09b
authored
Jul 27, 2013
by
Orta Therox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more copy tweaks
parent
b20160bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
spec.rb
lib/cocoapods/command/spec.rb
+9
-7
No files found.
lib/cocoapods/command/spec.rb
View file @
f77fe09b
...
@@ -449,7 +449,8 @@ Pod::Spec.new do |s|
...
@@ -449,7 +449,8 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
#
# These will help people to find your library, and whilst it
# These will help people to find your library, and whilst it
# can feel like a chore to fill in it's definitely to your advantage
# can feel like a chore to fill in it's definitely to your advantage. The
# summary should be tweet-length, and the description more in depth.
#
#
s.name = "
#{
data
[
:name
]
}
"
s.name = "
#{
data
[
:name
]
}
"
...
@@ -460,9 +461,9 @@ Pod::Spec.new do |s|
...
@@ -460,9 +461,9 @@ Pod::Spec.new do |s|
A longer description of
#{
data
[
:name
]
}
in Markdown format.
A longer description of
#{
data
[
:name
]
}
in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* Think: Why did you write this? What is the focus? What does it do?
*
We
will be using this to generate tags, and improve search results.
*
CocoaPods
will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent,
we strip
it!
* Finally, don't worry about the indent,
CocoaPods strips
it!
DESC
DESC
s.homepage = "
#{
data
[
:homepage
]
}
"
s.homepage = "
#{
data
[
:homepage
]
}
"
...
@@ -471,7 +472,7 @@ Pod::Spec.new do |s|
...
@@ -471,7 +472,7 @@ Pod::Spec.new do |s|
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Spec License ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
#
# Licensing your code is important.
# Licensing your code is important.
See http://choosealicense.com for more info.
# CocoaPods will detect a license file if there is a named LICENSE*
# CocoaPods will detect a license file if there is a named LICENSE*
#
#
...
@@ -481,8 +482,9 @@ Pod::Spec.new do |s|
...
@@ -481,8 +482,9 @@ Pod::Spec.new do |s|
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
# ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
#
# Specify the authors of the library, with email addresses. Email addresses of the authors
# Specify the authors of the library, with email addresses. Email addresses
# by using the SCM log. E.g. $ git log. If no email can be found we accept just the names.
# of the authors by using the SCM log. E.g. $ git log. If no email can be
# found CocoaPods accept just the names.
#
#
s.author = { "
#{
data
[
:author_name
]
}
" => "
#{
data
[
:author_email
]
}
" }
s.author = { "
#{
data
[
:author_name
]
}
" => "
#{
data
[
:author_email
]
}
" }
...
@@ -499,7 +501,7 @@ Pod::Spec.new do |s|
...
@@ -499,7 +501,7 @@ Pod::Spec.new do |s|
# s.platform = :ios
# s.platform = :ios
# s.platform = :ios, '5.0'
# s.platform = :ios, '5.0'
#
For
multiple platforms
#
When using
multiple platforms
# s.ios.deployment_target = '5.0'
# s.ios.deployment_target = '5.0'
# s.osx.deployment_target = '10.7'
# s.osx.deployment_target = '10.7'
...
...
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