groue / GRMustache

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS
http://mustache.github.com/
MIT License
1.44k stars 190 forks source link

Error with Cocoapods for 5.4.3 #27

Closed bgfoshay closed 11 years ago

bgfoshay commented 11 years ago

I'm getting the following error when I try to install 5.4.3 with CocoaPods. After running 'pod install'

I get

undefined method `public_header_files=' for #<Pod::Specification for GRMustache (5.4.3)>

Am I doing something wrong? Thanks!

groue commented 11 years ago

Hi! It looks like your cocoapods gem is outdated: public_header_files API was introduced in CocoaPods 0.11.0.

It's time for [sudo] gem update cocoapods

Let me know if this fixes your issue!

bgfoshay commented 11 years ago

Thanks for the suggestion. That was the problem. I updated and now everything's working fine. Thanks again!

groue commented 11 years ago

v5.4.4 is out. You may want to update your pod :-)