blob: 92e7cc94cf54f02c2cb3e762348432651e52a988 [file] [log] [blame]
{
"name": "EPSStaticTableViewController",
"version": "1.0",
"license": "MIT",
"summary": "A subclass of UITableViewController that makes it easy to set up table views with static content.",
"platforms": {
"ios": "6.0"
},
"homepage": "https://github.com/ElectricPeelSoftware/EPSStaticTableViewController",
"authors": {
"Peter Stuart": "peter@electricpeelsoftware.com",
"Justin Stuart": "justin@electricpeelsoftware.com"
},
"source": {
"git": "https://github.com/ElectricPeelSoftware/EPSStaticTableViewController.git",
"tag": "1.0"
},
"requires_arc": true,
"public_header_files": "EPSStaticTableViewController/*.h",
"source_files": "EPSStaticTableViewController/*"
}