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

GRMustache 8.0.0 need to be released! #107

Closed haifengkao closed 8 years ago

groue commented 8 years ago

What does this PR do?

haifengkao commented 8 years ago

I need a way to use GRMustache 8.0.0. What I did:

  1. update the version number to 8.0.0
  2. update the source file location, otherwise cocoapods won't include any files in GRMustache

Now I can install it by pod 'GRMustache', :git => 'https://github.com/haifengkao/GRMustache.git', :branch => 'patch-2'

If you could officially release it, it would be easier for us to use.

groue commented 8 years ago

OK. Keep on using your fork until the work is complete. But some stuff is still missing for a proper release. Thank you for reminding me of this.

haifengkao commented 8 years ago

It has been a month. Any news?