{"id":13686055,"url":"https://github.com/jessesquires/JSQWebViewController","last_synced_at":"2025-05-01T05:31:31.458Z","repository":{"id":32204188,"uuid":"35777893","full_name":"jessesquires/JSQWebViewController","owner":"jessesquires","description":"[Deprecated] A lightweight Swift WebKit view controller for iOS","archived":true,"fork":false,"pushed_at":"2018-10-30T06:48:04.000Z","size":271,"stargazers_count":305,"open_issues_count":0,"forks_count":42,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-04-10T10:33:06.657Z","etag":null,"topics":["ios","ios-ui","swift","viewcontroller","webview"],"latest_commit_sha":null,"homepage":"https://jessesquires.github.io/JSQWebViewController/","language":"Swift","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/jessesquires.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-17T18:40:08.000Z","updated_at":"2024-02-20T08:44:25.000Z","dependencies_parsed_at":"2022-09-12T01:10:24.116Z","dependency_job_id":null,"html_url":"https://github.com/jessesquires/JSQWebViewController","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQWebViewController","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQWebViewController/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQWebViewController/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQWebViewController/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessesquires","download_url":"https://codeload.github.com/jessesquires/JSQWebViewController/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251830449,"owners_count":21650802,"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":["ios","ios-ui","swift","viewcontroller","webview"],"created_at":"2024-08-02T14:01:02.772Z","updated_at":"2025-05-01T05:31:30.908Z","avatar_url":"https://github.com/jessesquires.png","language":"Swift","readme":"\n[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)\n\n\u003e **NOTE:** As of iOS 9, this library is no longer necessary.\n\u003e\n\u003e You should use [`SFSafariViewController`](https://developer.apple.com/library/prerelease/ios/documentation/SafariServices/Reference/SFSafariViewController_Ref/index.html) instead.\n\n# ⚠ Deprecated ⚠\n\n# JSQWebViewController\n\n[![Build Status](https://secure.travis-ci.org/jessesquires/JSQWebViewController.svg)](http://travis-ci.org/jessesquires/JSQWebViewController) [![Version Status](https://img.shields.io/cocoapods/v/JSQWebViewController.svg)][podLink] [![license MIT](https://img.shields.io/cocoapods/l/JSQWebViewController.svg)][mitLink] [![codecov](https://codecov.io/gh/jessesquires/JSQWebViewController/branch/develop/graph/badge.svg)](https://codecov.io/gh/jessesquires/JSQWebViewController) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Platform](https://img.shields.io/cocoapods/p/JSQWebViewController.svg)][docsLink]\n\n*A lightweight Swift WebKit view controller for iOS*\n\n![screenshot](https://raw.githubusercontent.com/jessesquires/JSQWebViewController/develop/Screenshots/screenshot_0.png)\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\n![screenshot](https://raw.githubusercontent.com/jessesquires/JSQWebViewController/develop/Screenshots/screenshot_1.png)\n\n## Requirements\n\n* Swift 3.2+\n* Xcode 9+\n* iOS 8+\n\n## Installation\n\n#### [CocoaPods](http://cocoapods.org) (recommended)\n\n````ruby\nuse_frameworks!\n\n# For latest release in cocoapods\npod 'JSQWebViewController'\n````\n\n#### [Carthage](https://github.com/Carthage/Carthage)\n\n````bash\ngithub \"jessesquires/JSQWebViewController\"\n````\n\n## Documentation\n\nRead the [docs][docsLink]. Generated with [jazzy](https://github.com/realm/jazzy). Hosted by [GitHub Pages](https://pages.github.com).\n\n#### Generate\n\n````bash\n$ ./build_docs.sh\n````\n\n#### Preview\n\n````bash\n$ open index.html -a Safari\n````\n\n## Getting Started\n\n````swift\nimport JSQWebViewController\n\nlet controller = WebViewController(url: URL(string: \"http://jessesquires.com\")!)\nlet nav = UINavigationController(rootViewController: controller)\npresent(nav, animated: true, completion: nil)\n````\n\nSee the included example app, open `Example/Example.xcodeproj`.\n\n## Contribute\n\nPlease follow these sweet [contribution guidelines](https://github.com/jessesquires/HowToContribute).\n\n## Credits\n\nCreated and maintained by [**@jesse_squires**](https://twitter.com/jesse_squires).\n\n## License\n\n`JSQWebViewController` is released under an [MIT License][mitLink]. See `LICENSE` for details.\n\n\u003e**Copyright \u0026copy; 2015 Jesse Squires.**\n\n*Please provide attribution, it is greatly appreciated.*\n\n[mitLink]:http://opensource.org/licenses/MIT\n[docsLink]:http://jessesquires.github.io/JSQWebViewController\n[podLink]:https://cocoapods.org/pods/JSQWebViewController\n","funding_links":[],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessesquires%2FJSQWebViewController","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessesquires%2FJSQWebViewController","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessesquires%2FJSQWebViewController/lists"}