All notable changes to this project will be documented in this file.
TimeZoneLocate
adheres to Semantic Versioning.
- Project and spec updates for Swift 5 and Cocoapods 1.7.1
- Adds PR #8 to include WatchOS.
- Warning fixes to static properties.
- Support for Swift 4.2
- Support for Swift 4.0
- Adds extension method
timeZone(completion:TimeZoneLocateResult)
that uses reverse geocoding to fetch a more accurate time zone when connected to the network.
- Fixes #5: issue relating to empty country code.
- Changes to API method names to comply better with Swift 3.0.
- Fixing string warning. Jawwad Ahmad
- Pryamid of doom code cleanup. Mamnun Bhuiyan
- Converted syntax to support Swift 3.0 and XCode 8.2 and later. To keep using pre Swift 3.0, use:
pod 'TimeZoneLocate', '= 0.1.0'
- Initial port.