Pre-Release of v2.0.0
Ooh this is a big one.
Version 2.0.0 completely revamps the framework from the ground up, because let's be honest it was pretty sucky before. I added cross-platform support so the library now runs on iOS 9.0+, watchOS 2.0+, tvOS 9.0+ and macOS 10.10+ so you can now build a weather app even for your Apple TV.
The way you make a request is now also a lot more streamlined, just instantiate a WeatherRequest object and pass it to any API method you like (so you can reuse one request object on multiple occasions for example).
I also got rid of any external dependencies so you have a nice, lightweight framework. Also, I discovered the Codable
protocol which basically turned my world upside down
Weekend well spent, cheers