Core Plot provides a podspec, so you can use cocoapods as your library manager which should make installing and updating much simpler
Install cocoapods on your system
In the project directory add a text file to your project called Podfile by typing pod init in your project directory
In the Podfil...