Commit f69e2bcb authored by Eloy Durán's avatar Eloy Durán

Fix syntax error. That’s what you get for cowboy-style online editing.

I really love the online editing capability of GitHub, though!
parent a71b2a68
......@@ -46,10 +46,10 @@ module Pod
# Specify the authors of the library, with email addresses. You can often find
# the email addresses of the authors by using the SCM log. E.g. $ git log
#
s.author = { '#{author}' => '#{email}', 'other author', => 'and email address' }
s.author = { '#{author}' => '#{email}', 'other author' => 'and email address' }
# If absolutely no email addresses are available, then you can use this form instead.
#
# s.author = '#{author}'
# s.author = '#{author}', 'other author'
# Specify the location from where the source should be retreived.
#
......
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