The 1.0.5 release removes the NSDate+DOSDate.h file but does not remove the dependency on it in OZZipFile.m So a clean pod install on a new machine, for instance, causes a compile time error.
There may also still be a dependency on NSDate+CRC32.h but I didn't look further into things.
Rolling back to 1.0.4 worked. This should be fixed for future versions. Either the file(s) needs to be kept in the pull or the dependency needs to be removed.
The 1.0.5 release removes the NSDate+DOSDate.h file but does not remove the dependency on it in OZZipFile.m So a clean pod install on a new machine, for instance, causes a compile time error.
There may also still be a dependency on NSDate+CRC32.h but I didn't look further into things.
Rolling back to 1.0.4 worked. This should be fixed for future versions. Either the file(s) needs to be kept in the pull or the dependency needs to be removed.