blob: 7bd68cd370943e0503e7a0ea2275c0fb3f763f04 [file] [log] [blame]
{
"name": "PLTableViewController",
"version": "1.0",
"summary": "Subclass of UITableViewController to show items of not only NSArray but also NSDictionary.",
"homepage": "https://github.com/bangtoven/PListTableViewController",
"license": {
"type": "MIT",
"file": "LICENSE.TXT"
},
"authors": {
"Bangtoven": "me@bangtoven.com"
},
"source": {
"git": "https://github.com/bangtoven/PListTableViewController.git",
"tag": "1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"PListNavigatorLibs/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}