Credit where credit is due. Fabio, thanks for all the work!
Showing
... | @@ -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" \ | ||
... | ... |
Please
register
or
sign in
to comment