grizzly / AppRating

AppRating - iOS App Rating for Swift 5
https://cocoapods.org/pods/AppRating
MIT License
67 stars 15 forks source link

Obj-C Inference Broken #8

Closed vrao423 closed 6 years ago

vrao423 commented 6 years ago

Hello, Seems like objc inference was turned off without adding @obj annotation to code. Can you please confirm issue and I can submit a PR.

grizzly commented 6 years ago

Please send the PR, will test the code.

vrao423 commented 6 years ago

Was going to work on it today but seems like you already fixed it.

vrao423 commented 6 years ago

Well...seems like you still need to tag the update. Also probably need to change podspec and update trunk. Don't think I can make these changes.

vrao423 commented 6 years ago

Also, seems like AppRatingManager is missing @objc inference. Submitted a PR.