sonsongithub / reddift

Swift Reddit API Wrapper
MIT License
242 stars 52 forks source link

Update 'distinguished' field on Comments and Links to match Reddit API #207

Closed justindhill closed 7 years ago

justindhill commented 7 years ago

Hello, I've updated the parsing of Link and Comment objects so that they match the API definition that is currently being served by Reddit and that is defined here: https://github.com/reddit/reddit/wiki/JSON#data-structures

In addition, I updated the podspec so that the HTMLSpecialCharacters source is included in the pod target.

Please have a look and let me know if you'd like me to change anything!