Closed cfr closed 11 years ago
Check this out:
$ pod --version 0.16.4 $ cat Podfile | grep DTF pod 'DTFoundation', '~> 1.1' $ pod install | grep DTF Using DTFoundation (1.1.0) $ ls Pods/DTFoundation/Core/Source/ | grep DTAsyncFileDeleter <nothing>
@cfr At present DTAsyncFileDeleter is iOS-only. If somebody makes it multi-platform we can move it from the UIKit sub spec to the Core.
(The file is in the iOS subfolder)
Check this out: