I have updated Flurry via CocoaPods, but how can I check if Flurry was updated?
I mean the terminal shown me that everything is ok:
Installing Flurry
To check version of cocoapods from terminal:
For Sudoless:
gem which cocoapods
For Sudo:
sudo gem which cocoapods
Also note: If you want to edit podfile or podfile.lock don't edit it in editors. Open only with XCode.