mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-01-12 17:12:54 +08:00
Update gemspec and license year.
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -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
|
||||
|
||||
@@ -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 " \
|
||||
|
||||
Reference in New Issue
Block a user