Commit 8f1bfd75 authored by Eloy Durán's avatar Eloy Durán

Credit where credit is due. Fabio, thanks for all the work!

parent 1eb9a22b
Copyright (c) 2012 Eloy Durán <eloy.de.enige@gmail.com> Copyright (c) 2011 - 2012 Eloy Durán <eloy.de.enige@gmail.com>
Copyright (c) 2012 Fabio Pelosin <fabiopelosin@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
......
...@@ -7,9 +7,9 @@ Gem::Specification.new do |s| ...@@ -7,9 +7,9 @@ Gem::Specification.new do |s|
s.version = Pod::VERSION s.version = Pod::VERSION
s.date = Date.today s.date = Date.today
s.license = "MIT" s.license = "MIT"
s.email = "eloy.de.enige@gmail.com" s.email = ["eloy.de.enige@gmail.com", "fabiopelosin@gmail.com"]
s.homepage = "https://github.com/CocoaPods/CocoaPods" s.homepage = "https://github.com/CocoaPods/CocoaPods"
s.authors = ["Eloy Duran"] s.authors = ["Eloy Duran", "Fabio Pelosin"]
s.summary = "An Objective-C library package manager." s.summary = "An Objective-C library package manager."
s.description = "CocoaPods manages library dependencies for your Xcode project.\n\n" \ s.description = "CocoaPods manages library dependencies for your Xcode project.\n\n" \
......
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