Bill Shirley

Results 3 comments of Bill Shirley

workaround: add this right before the last `end` in your Podfile. ``` post_install do |installer| installer.pods_project.targets.each do |target| if target.name == 'AudioPlayerManager' target.build_configurations.each do |config| config.build_settings['SWIFT_VERSION'] = '3.0' end end...

Daniel. A code inspection show that `calculateSunriseSunset` is distracting a return value that has this information in it. The class could easily be modified to include boolean values for each...

[Alamofire Advanced Usage: Security](https://github.com/Alamofire/Alamofire/blob/master/Documentation/AdvancedUsage.md#security) may provide some guidance.