Version 2.2.5 is not working with swift v3.0, tried to convert my code to swift 3.0 but the Charts library is still generating errors, any ideas ?
Use swift 2.3 until Swift 3.0 update is ready for this library.
I upgraded to XCode 8 and updated my pods using Cocoapods, I got 138 build errors. Please find in the attachment.

I managed to solve the issue temporarily, as @trsneed said use Swift 2.3 for the time being, while converting your project select Swift 2.3, it worked for me
thanks @AlexyIbrahim, Hope this library will be updated soon for supporting swift 3.
You need to download the correct branch of the project (top left, over the files, select Branch and then 'Swift 3.0').
Use the correct branch in your podfile:
pod 'Charts', :git => 'https://github.com/danielgindi/Charts.git', :branch => 'Swift-3.0'
see #1291
Most helpful comment
I upgraded to XCode 8 and updated my pods using Cocoapods, I got 138 build errors. Please find in the attachment.
