Commit 55ef0c42 authored by Eloy Duran's avatar Eloy Duran

Update gemspec and license year.

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