mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-01-12 17:12:54 +08:00
Credit where credit is due. Fabio, thanks for all the work!
This commit is contained in:
3
LICENSE
3
LICENSE
@@ -1,4 +1,5 @@
|
||||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user