Update README with Swift 5.2 dependency instructions
Motivation:
In Swift 5.2, the package description API changed such that targets must
specify the package from which each their dependcies come from.
Modifications:
- Rename our package in Package.swift from "GRPC" to "grpc-swift"
- Update the README with how to depend on GRPC
Result:
Better instructions on how to depend on gRPC Swift