blob: 7b5b3a773988197ba22b1ba18bae586bc853526a [file] [log] [blame]
{
"name": "DEViewControllerCache",
"version": "0.0.3",
"homepage": "https://github.com/dreamengine/DEViewControllerCache",
"authors": {
"Dream Engine Interactive, Inc.": "contact@dreamengine.com"
},
"social_media_url": "https://twitter.com/dreamengine",
"summary": "Awesome caching manager for UIViewControllers.",
"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.",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source": {
"git": "https://github.com/dreamengine/DEViewControllerCache.git",
"tag": "0.0.3"
},
"source_files": "src/*.{h,m}",
"dependencies": {
"DECategories/UIViewController+DEConveniences": [
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
}
}