Add deployment targets to the package manifest (#7)
Motivation:
Core components of grpc-swift v2 require API from the latest SDKs. This
causes a proliferation of availability annotations through our API.
Rather than doing this we can set the minimum platforms in the package
manifest.
Modifications:
- Remove availability annotations
- Set platforms in the package manifest
Result:
- Less boilerplate
- Users must set platforms in their package manifest