{"id":23078063,"url":"https://github.com/insanj/sublicenseviewcontroller","last_synced_at":"2025-08-15T19:33:14.772Z","repository":{"id":36628011,"uuid":"40934247","full_name":"insanj/SUBLicenseViewController","owner":"insanj","description":"✒ CocoaPod for attributing open source software! https://insanj.github.io/SUBLicenseViewController/","archived":false,"fork":false,"pushed_at":"2016-02-16T20:12:28.000Z","size":446,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-18T05:23:56.559Z","etag":null,"topics":["cocoapod","ios","objective-c","tableview"],"latest_commit_sha":null,"homepage":"https://github.com/insanj/SUBLicenseViewController","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insanj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-17T22:38:28.000Z","updated_at":"2019-04-17T18:21:51.000Z","dependencies_parsed_at":"2022-09-03T23:31:16.121Z","dependency_job_id":null,"html_url":"https://github.com/insanj/SUBLicenseViewController","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2FSUBLicenseViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2FSUBLicenseViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2FSUBLicenseViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insanj%2FSUBLicenseViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insanj","download_url":"https://codeload.github.com/insanj/SUBLicenseViewController/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229948944,"owners_count":18149571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoapod","ios","objective-c","tableview"],"created_at":"2024-12-16T10:46:22.309Z","updated_at":"2024-12-16T10:46:24.399Z","avatar_url":"https://github.com/insanj.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SUBLicenseViewController\n\n[![Version](https://img.shields.io/cocoapods/v/SUBLicenseViewController.svg?style=flat)](http://cocoadocs.org/docsets/SUBLicenseViewController)\n[![License](https://img.shields.io/cocoapods/l/SUBLicenseViewController.svg?style=flat)](http://cocoadocs.org/docsets/SUBLicenseViewController)\n[![Platform](https://img.shields.io/cocoapods/p/SUBLicenseViewController.svg?style=flat)](http://cocoadocs.org/docsets/SUBLicenseViewController)\n\nIncredibly simple license view controller for iOS. **Makes it really easy to attractively present acknowledgements for open source libraries within your app.** You know, the ones that come with all that 3rd party code you use?\n\n![](Screenshots/first.png) ![](Screenshots/second.png)\n\n## Usage\n\n    SUBLicenseViewController *licenseViewController = [[SUBLicenseViewController alloc] init];\n    [self.navigationController pushViewController:licenseViewController animated:YES];\n\nSUBLicenseViewController will automatically parse and add your [CocoaPods acknowledgements files](https://github.com/CocoaPods/CocoaPods/wiki/Acknowledgements) as long as you add it to `Copy Bundle Resources` like so:\n\n![](Screenshots/instructions.jpg)\n\n\nand then you can have it automatically copied every `pod install` by adding this to the bottom of your Podfile:\n\n\tpost_install do | installer |\n    \trequire 'fileutils'\n    \tFileUtils.cp_r('Pods/Target Support Files/Pods-XXX/Pods-XXX-acknowledgements.plist', 'XXX/Acknowledgements.plist', :remove_destination =\u003e true)\n\tend\n\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Installation\n\nSUBLicenseViewController is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n\tpod \"SUBLicenseViewController\"\n\n\n## Author\n\nJulian (insanj) Weiss, insanjmail@gmail.com\n\n## License\n\nSUBLicenseViewController is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsanj%2Fsublicenseviewcontroller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsanj%2Fsublicenseviewcontroller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsanj%2Fsublicenseviewcontroller/lists"}