========================
This view controller is abled to help you to display all the pod licences in your app in a few lines of code. Using the pod we will be more respectfull of the community.
pod install PPLicencesViewcontroller
PPLicencesViewController *p = [PPLicencesViewController new];
[self.navigationController pushViewController:p];