This minimalistic update to DTFoundation adds a helper method for loading small animated GIFs. It’s a hotfix release because no other functionality was modified.
Tag Archive for ‘DTFoundation’ 
DTFoundation 1.7.0
This release of DTFoundation contains fixes for the most part, but also one new class DTProgressHUD. Also it is the first released via the new CocoaPods Trunk mechanism. This is why it gets a minor release number bump.
DTFoundation 1.6.3
This maintenance update to DTFoundation fixes an issue with DTFolderMonitor. The update is available via GitHub tag or Cocoapods.
DTFoundation 1.6.2
This maintenance release addresses a few minor build issues with the new Xcode 5.1.
DTFoundation 1.6.0
There are some API changes in this release of DTFoundation that require a bump of the minor version.
DTFoundation 1.5.4
This update to to DTFoundation is a maintenance release. It adds code coverage monitoring via Coveralls and fixes some very minor issues.
DTFoundation 1.5.2
This update for DTFoundation fixes issues with DTLog and DTHTMLParser and adds a few new utility methods.
DTFoundation 1.5.1
This is a mostly a clean-up release for DTFoundation with a few interesting additions.
DTFoundation 1.5.0
This update for DTFoundation was originally 1.4.5. But some breakage occurred from fixing the name of a sub spec. So the solution was promote that to 1.5.0. This works because DTCoreText references 1.4.4 which means that it only sees the last version of DTFoundation which still has the typo.
The main theme – besides some minor fixes – was a big clean up effort which aims to reduce the amount of unnecessary classes in the Core and UIKit sub specs, as well as rename the DTHMLParser sub-spec to DTHTMLParser.