PLTableViewController 1.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Unclaimed.Installation Guide×Installation Guide for PLTableViewControllerYou want to add pod 'PLTableViewController', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'PLTableViewController', '~> 1.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try PLTableViewControllerSee PodspecGitHub RepoPage on CocoaPods.orgPLTableViewController 1.0ByBangtovenbangtoven/PListTableViewControllerGitHub Repo PListNavigator Show any property list data in obj-c on table view. Features Show data in any kinds of collections in obj-c, even dictionaries! All property list data(dictionary, array, string, date, number) supported. Simple to navigate complicated property list data. Easy to integrate. Just few lines of codes. Full details and documentation can be found on the project page here: Link