Commit 1265bea9 authored by Samuel E. Giddins's avatar Samuel E. Giddins

Merge pull request #3411 from CocoaPods/licenses-update

Update LICENSE
parents 9135452d 3537bddd
This project is licensed under the MIT license. This project is licensed under the MIT license.
Copyright (c) 2011 - 2014 Eloy Durán <eloy.de.enige@gmail.com> Copyright (c) 2011 - 2015 Eloy Durán <eloy.de.enige@gmail.com>,
Copyright (c) 2012 - 2014 Fabio Pelosin <fabiopelosin@gmail.com> Fabio Pelosin <fabiopelosin@gmail.com>,
Samuel Giddins <segiddins@segiddins.me>,
Marius Rackwitz <git@mariusrackwitz.de>,
Kyle Fuller <kyle@fuller.li>,
Boris Bügling <boris@buegling.com>,
Orta Therox <orta.therox@gmail.com>, and
Olivier Halligon <olivier@halligon.net>.
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", "fabiopelosin@gmail.com"] s.email = ["eloy.de.enige@gmail.com", "fabiopelosin@gmail.com", "kyle@fuller.li", "segiddins@segiddins.me"]
s.homepage = "https://github.com/CocoaPods/CocoaPods" s.homepage = "https://github.com/CocoaPods/CocoaPods"
s.authors = ["Eloy Duran", "Fabio Pelosin"] s.authors = ["Eloy Duran", "Fabio Pelosin", "Kyle Fuller", "Samuel Giddins"]
s.summary = "The Cocoa library package manager." s.summary = "The Cocoa 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