groue / GRMustache.swift

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

Update to Swift 4 #46

Closed saagarjha closed 5 years ago

saagarjha commented 7 years ago

I've run GRMustache.swift through Xcode 9's Swift converter and made changes accordingly. You might want to glance through it, though, since I changed some code slightly.

idev4u commented 6 years ago

@groue I would also be interested to have an compatible version for swift 4. Is there a reason why you not integrate this PR? Can I support you with work?

ajaysubramanya26 commented 6 years ago

Hello maintainers, thank you for this swift port of mustache, we've just started using this, and found it to work perfectly. However, we now have to move our project to swift 4 because some of our dependencies are up to swift 4 now. Is there any plan to get this into master?

Also, please let me know if you need any help with this.

Thanks again.

moray95 commented 5 years ago

It is really sad that all Mustache implementations for Swift seems to be dead to the point of not even accepting a PR. For anyone interested, I have forked @saagarjha's repo and published to CocoaPods under the name GRMustache.swift4. Thank you @saagarjha for the work you provided.

fumito-ito commented 5 years ago

merged as #57 . thanks!