Binary framework version of ObjectiveRocks for iOS to save time building code from scratch each run.
Note: versions of this pod should always match the version in the main ObjectiveRocks repo.
- Clone Keepsafe's fork of the ObjectiveRocks repo and switch to the frameworksbranch
- From that repo, run $ ./build_universal_framework.sh
- Upload the resulting zip file to this repo's release page as a new release (or overwrite an existing release if the release # hasn't changed)
- Bump the version on the .podspecfile in this repo andpod trunk pushfrom this repo's directory
- Update your app repo's pod with $ pod update ObjectiveRocksFrameworkand open a pull request with those changes