As i am very familiar with Cocoapod
library to integrate 3rd party iOS
library in our project with very easy steps and versioning also in managed way and very easy to upgrade version of any 3rd party library.
Generally we are using below command
for any 3rd party library in POD
file to get in our project.
POD '<Library Name>'
One more we are using was
POD "<Library Name>"
so may i know what is the logical difference between both of this command ?