Amplify iOS now available via Swift Package Manager (SPM)
Posted on:
Apr 7, 2021
AWS Amplify iOS can now be installed through the Swift Package Manager. iOS developers can interface with AWS services through Amplify iOS, which is a use case based client library. Developers have been importing Amplify iOS through dependency management tools like CocoaPods. With Swift 3.0, Apple introduced a native package management tool called Swift Package Manager that allows developers to manage these dependencies within their Swift project.
Note: AWSPredictionsPlugin will not be supported through Swift Package Manager as of this release due to different minimum iOS version requirements. Support for this will eventually be added.