v4.7.1 - Xcode 9
To develop in Xcode 9, you must use this release! However, it also bumps the minimum Cocoapods version to iOS 7.0 due to Xcode 9 incompatibilities with iOS 6. See all the changes, and the changelog.
This release is made up of about 8 commits. Thanks to contributors @joeljfischer, @cromotron.
Below are highlights of the release:
Breaking Changes
- This bumps up the minimum supported version to 7.0 due to Xcode 9 changes. The upcoming v5.0.0 will raise the minimum version to 8.0.
Bug Fixes
- Fixes the possibility of timers not being appropriately deallocated #382.
Tests
- Any tests must now be run on Xcode 9.
- The travis config file has been updated to run on Xcode 9.