Commit fe0258f1 authored by Fabio Pelosin's avatar Fabio Pelosin

[Code] Whitespace and minor reordering.

parent 57f29716
......@@ -17,7 +17,7 @@ module Pod
"#{string}\n" + '-' * string.length + "\n"
end
end
def string_for_pod(pod)
if (license_text = pod.license_text)
title_from_string(pod.name) + license_text + "\n"
......
......@@ -18,7 +18,7 @@ module Pod
:PreferenceSpecifiers => licenses
}
end
def plist_title
"Acknowledgements"
end
......
......@@ -118,7 +118,7 @@ module Pod
def header_files
source_files.select { |f| f.extname == '.h' }
end
def license_text
if (license_hash = specification.license)
if (result = license_hash[:text])
......
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