how to run pod install in current project directory
target 'project_name'
do
pod 'AFNetworking', '~> 3.0'
pod 'FBSDKCoreKit'
pod 'JSONKit'
pod 'MBProgressHUD'
end
its says pod installed after 'pod install' but its really not installing anything at so how can make sure it install by pod file in current directory