Currently, the [`build.yml`](https://github.com/crowdin/mobile-sdk-ios/blob/master/.github/workflows/build.yml) doesn't use any caching for CocoaPods dependencies. We need to add the caching step to allow reusing these dependencies and reduce the execution time. **Note**: the `Example` and `Tests` dependencies should be cached separately.