[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / c / 9 / DEViewControllerCache / 0.0.2 / DEViewControllerCache.podspec.json
blobd45d840dfaa42498db6aee0a2b18fde93619abb5
2   "name": "DEViewControllerCache",
3   "version": "0.0.2",
4   "homepage": "https://github.com/dreamengine/DEViewControllerCache",
5   "authors": {
6     "Dream Engine Interactive, Inc.": "contact@dreamengine.com"
7   },
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.",
11   "platforms": {
12     "ios": "6.0"
13   },
14   "requires_arc": true,
15   "frameworks": [
16     "Foundation",
17     "UIKit"
18   ],
19   "source": {
20     "git": "https://github.com/dreamengine/DEViewControllerCache.git",
21     "tag": "0.0.2"
22   },
23   "source_files": "src/*.{h,m}",
24   "dependencies": {
25     "DECategories/UIViewController+DEConveniences": [
27     ]
28   },
29   "license": {
30     "type": "MIT",
31     "file": "LICENSE"
32   }