I have juuuust started with Cocoa Pods.
I have this workspace now after initially experimenting and getting AFNetworking successfully connected via this Ray Wenderlich tutorial.
I want to now add in more dependencies like core-plot specifically. I found this link to a 'PodSpec' of Core-Plot
Problem is, I have no idea how to further implement this... Anyone have a quick run-down of what to mod and what commands in terminal to run?
When you run pod update SomePodName , CocoaPods will try to find an updated version of the pod SomePodName, without taking into account the version listed in Podfile. lock . It will update the pod to the latest version possible (as long as it matches the version restrictions in your Podfile).
You need to add the pod in Podfile and do pod install from terminal that's it. The steps can be summarized as
You are good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With