groue / GRMustache.swift

Flexible Mustache templates for Swift
http://mustache.github.com/
MIT License
597 stars 155 forks source link

Swift Package Manager support #16

Closed harlanhaskins closed 8 years ago

harlanhaskins commented 8 years ago

Now that Swift is open source, the need for a robust templating library has skyrocketed. I'd love to be able to use GRMustache on Linux, and since it doesn't depend on the Obj-C runtime, GRMustache is an awesome candidate!

Could we get a Swift package manager package?

groue commented 8 years ago

That would be a pleasure :-)

Colton commented 8 years ago

+1. I would love to see this have SPM support.

groue commented 8 years ago

@harlanhaskins, @Colton Done: 1.0.0rc1 is out.

Will you check https://github.com/groue/GRMustache.swift/tree/Swift2.2#swift-package-manager?

groue commented 8 years ago

It works! But I had to tag the release with the 1.0.0 tag.

groue commented 8 years ago

Swift issue about the mandatory 1.0.0 tag: https://bugs.swift.org/browse/SR-113

groue commented 8 years ago

OK now that's done. Check groue/GRMustacheSPM for a sample Swift package that uses GRMustache.swift.

Colton commented 8 years ago

@groue Thank you!