1.0.1
Enhancements
- None.
Bug Fixes
- When downloading git submodules, use an explicit command (
git submodules --init --recursive
) instead of relying on the--recursive
behavior for
git checkout
. This fixes an issue where submodules were checked out using
--depth=1
under git 2.9.
Gordon Fontenot
#58
CocoaPods#5555