Update gemspec and license year.

This commit is contained in:
Eloy Duran
2012-02-22 16:14:32 +01:00
parent 00bc92eaa9
commit 55ef0c4276
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
Copyright (c) 2011 Eloy Durán <eloy.de.enige@gmail.com>
Copyright (c) 2012 Eloy Durán <eloy.de.enige@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

View File

@@ -4,13 +4,13 @@ require File.expand_path('../lib/cocoapods', __FILE__)
Gem::Specification.new do |s|
s.name = "cocoapods"
s.version = Pod::VERSION
s.date = "2011-11-22"
s.date = Date.today
s.license = "MIT"
s.email = "eloy.de.enige@gmail.com"
s.homepage = "https://github.com/CocoaPods/CocoaPods"
s.authors = ["Eloy Duran"]
s.summary = "An Objective-C library package manager. (Requires MacRuby.)"
s.summary = "An Objective-C library package manager."
s.description = "CocoaPods manages library dependencies for your Xcode project.\n\n" \
"You specify the dependencies for your project in one easy text file. " \
"CocoaPods resolves dependencies between libraries, fetches source " \