blob: ef09ee72c1d73901bc71b804b4b703698135cddf [file] [log] [blame]
{
"name": "UITableView+Cache",
"version": "0.0.1",
"summary": "The open source UITableView cache category.",
"homepage": "https://github.com/Kilograpp/UITableView-Cache.git",
"authors": {
"Mehdzor": "maxim@kilograpp.com"
},
"source": {
"git": "https://github.com/Kilograpp/UITableView-Cache.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "src/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"license": {
"type": "MIT",
"file": "LICENSE"
}
}