Add MacRuby note to gemspec summary
Showing
| ... | @@ -6,7 +6,7 @@ Gem::Specification.new do |s| | ... | @@ -6,7 +6,7 @@ Gem::Specification.new do |s| |
| s.version = Pod::VERSION | s.version = Pod::VERSION | ||
| s.date = "2011-09-17" | s.date = "2011-09-17" | ||
| s.license = "MIT" | s.license = "MIT" | ||
| s.summary = "A simple Objective-C library package manager." | s.summary = "A simple Objective-C library package manager. (Requires MacRuby.)" | ||
| s.email = "eloy.de.enige@gmail.com" | s.email = "eloy.de.enige@gmail.com" | ||
| s.homepage = "https://github.com/alloy/cocoapods" | s.homepage = "https://github.com/alloy/cocoapods" | ||
| s.authors = ["Eloy Duran"] | s.authors = ["Eloy Duran"] | ||
| ... | ... |
Please
register
or
sign in
to comment