mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

Missing public keyword in Location #14

Closed FleetPhil closed 5 years ago

FleetPhil commented 5 years ago

Location.swift is missing public keywords for lat and lng making them inaccessible from outside of the module

lludo commented 5 years ago

Fixed in #15