drtimcooper / LatLongToTimezone

Lat/long to timezone mapper in Java. Does not require web services or data files - just pure Java or Swift.
MIT License
167 stars 33 forks source link

cocoapods warning: Unable to read the license file #10

Closed jpmhouston closed 8 years ago

jpmhouston commented 8 years ago

Looks like this file name in the podspec should be changed from "LICENSE" to "LICENSE.md":

    s.license      = { :type => "MIT", :file => "LICENSE" } 
akirmse commented 8 years ago

Fixed.. thanks!