blob: 0d8af58b1dca8f55b5d840831cfaaa4fff3aadac [file] [log] [blame]
{
"name": "DETableViewCell",
"version": "0.0.1",
"homepage": "https://github.com/dreamengine/DETableViewCell",
"authors": {
"Dream Engine Interactive, Inc.": "contact@dreamengine.com"
},
"social_media_url": "https://twitter.com/dreamengine",
"summary": "Easy-as-pie UINib caching for UITableViewCells.",
"description": "DETableViewCell is a cache system for UITableViewCell's UINibs. Instead of manually creating and managing UINibs when using UITableView's -registerNib:forCellReuseIdentifier:, DETableViewCell automatically lazy loads and caches cells' UINibs to be used across multiple controllers. DETableViewCell uses NSCache, so the cache will purge objects according to NSCache memory considerations (including memory warnings). Also included is a class name-based -reuseIdentifier and +reuseIdentifier as well as a UITableView category method -registerDEClass: to simplify dequeuing cells from and registering nibs into a table view.",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"source": {
"git": "https://github.com/dreamengine/DETableViewCell.git",
"tag": "0.0.1"
},
"source_files": "src/*.{h,m}",
"license": {
"type": "MIT",
"file": "LICENSE"
}
}