## Install Amplify Libraries import ios0 from "/src/fragments/lib-v1/ios-spm.mdx"; 3. Lastly, choose **AWSDataStorePlugin** and **Amplify**. Then click **Add Package**. To install the Amplify DataStore to your application, add `AmplifyPlugins/AWSDataStorePlugin`. Your `Podfile` should look similar to: ```ruby target 'MyAmplifyApp' do use_frameworks! pod 'Amplify' pod 'AmplifyPlugins/AWSDataStorePlugin' end ``` To install, download and resolve these pods, **execute the command**: ```bash pod install --repo-update ``` Now you can **open your project** by opening the `.xcworkspace` file using the following command: ```bash xed . ```