2 "name": "DEViewControllerCache",
4 "homepage": "https://github.com/dreamengine/DEViewControllerCache",
6 "Dream Engine Interactive, Inc.": "contact@dreamengine.com"
8 "social_media_url": "https://twitter.com/dreamengine",
9 "summary": "Awesome caching manager for UIViewControllers.",
10 "description": "DEViewControllerCache is a cache system for iOS UIViewControllers. It automatically holds onto discarded UIViewController objects for later reuse and will purge unused controller objects according to NSCache memory considerations (including memory warnings). If a cached UIViewController instance is unavailable, it will automatically instantiate a new object and prepare it for caching.",
20 "git": "https://github.com/dreamengine/DEViewControllerCache.git",
23 "source_files": "src/*.{h,m}",
25 "DECategories/UIViewController+DEConveniences": [