diff --git a/LICENSE b/LICENSE index f060fab..f25cc61 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,5 @@ -Copyright (c) 2012 Eloy Durán +Copyright (c) 2011 - 2012 Eloy Durán +Copyright (c) 2012 Fabio Pelosin Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cocoapods.gemspec b/cocoapods.gemspec index 558353c..0f7548f 100644 --- a/cocoapods.gemspec +++ b/cocoapods.gemspec @@ -7,9 +7,9 @@ Gem::Specification.new do |s| s.version = Pod::VERSION s.date = Date.today 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.authors = ["Eloy Duran"] + s.authors = ["Eloy Duran", "Fabio Pelosin"] s.summary = "An Objective-C library package manager." s.description = "CocoaPods manages library dependencies for your Xcode project.\n\n" \