Commit bea0e1e6 authored by Orta's avatar Orta

Merge pull request #3984 from daveverwer/master

Changed the default template Podspec description to be a comment.
parents 7809573c 36065e13
...@@ -126,13 +126,12 @@ Pod::Spec.new do |s| ...@@ -126,13 +126,12 @@ Pod::Spec.new do |s|
s.version = "#{data[:version]}" s.version = "#{data[:version]}"
s.summary = "#{data[:summary]}" s.summary = "#{data[:summary]}"
# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!
s.description = <<-DESC s.description = <<-DESC
A longer description of #{data[:name]} in Markdown format.
* Think: Why did you write this? What is the focus? What does it do?
* CocoaPods will be using this to generate tags, and improve search results.
* Try to keep it short, snappy and to the point.
* Finally, don't worry about the indent, CocoaPods strips it!
DESC DESC
s.homepage = "#{data[:homepage]}" s.homepage = "#{data[:homepage]}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment