How to update the version of an external dependency in the template podspec files:
- Update the information (Version/Checksum/URL) in the .podspec file
- Check if WebIdExternalSpecs locally exists using 'pod repo list'
- If not, execute the following command: 'pod repo add WebIdExternalSpecs ssh://git@api.webid-solutions.de:22224/Cocoa/ExternalSpecs.git' to clone the WebIdExternalSpecds repo
- Attempt to push the updated template file locally to see if it works using 'pod repo push WebIdExternalSpecs templates/Ahoy/AhoyKit.podspec --local-only'
- If the last command ran successfully, push to origin using 'pod repo push WebIdExternalSpecs templates/Ahoy/AhoyKit.podspec'