ios
ios copied to clipboard
Add cache version file to repository for circle ci cache invalidation
Version number will get checked in custom script during dependency install before pod install happens to clear the cocoapods cache.
Version number should get incremented every time the ios-sdk podfile / podspec is updated to match a new version from upstream dependencies.
This ideally should resolve having to wait for Circle to fail the build and then rebuild without cache any time we update dependencies.