groue / GRMustache.swift

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

Deprecated 'class' keyword #79

Closed BlixLT closed 2 years ago

BlixLT commented 2 years ago

We are trying to get rid of all warnings in our project and noticed one in Mustache:

xxx/Tag.swift:56:22: Using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead

Hopefully you will fix this in the future. Thanks.

groue commented 2 years ago

Hello @BlixLT,

I do not actively maintain this repository any longer. However, well-motivated and quality pull requests will be considered.