Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
802 stars 237 forks source link

pod install DTFoundation --- missing DTAsyncFileDeleter #23

Closed cfr closed 11 years ago

cfr commented 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>
odrobnik commented 11 years ago

@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)