{"id":26281055,"url":"https://github.com/yonat/mockimagepicker","last_synced_at":"2025-10-16T07:43:24.238Z","repository":{"id":62447915,"uuid":"139325915","full_name":"yonat/MockImagePicker","owner":"yonat","description":"Mock UIImagePickerController for testing camera based UI in simulator","archived":false,"fork":false,"pushed_at":"2024-11-01T14:09:47.000Z","size":125,"stargazers_count":29,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-17T23:25:54.590Z","etag":null,"topics":["camera","ios-simulator","mock","simulator","swift","testing","uiimagepickercontroller"],"latest_commit_sha":null,"homepage":"","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/yonat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["yonat"]}},"created_at":"2018-07-01T12:07:05.000Z","updated_at":"2025-08-09T10:48:24.000Z","dependencies_parsed_at":"2025-05-07T05:11:08.662Z","dependency_job_id":"1e29d5a3-3fab-41f2-b3a9-c4aeb4eaa829","html_url":"https://github.com/yonat/MockImagePicker","commit_stats":{"total_commits":29,"total_committers":1,"mean_commits":29.0,"dds":0.0,"last_synced_commit":"7dec7151d2a375efa24c2520115e87e1cd862dd8"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/yonat/MockImagePicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FMockImagePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FMockImagePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FMockImagePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FMockImagePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yonat","download_url":"https://codeload.github.com/yonat/MockImagePicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yonat%2FMockImagePicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279166458,"owners_count":26118028,"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","status":"online","status_checked_at":"2025-10-16T02:00:06.019Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["camera","ios-simulator","mock","simulator","swift","testing","uiimagepickercontroller"],"created_at":"2025-03-14T15:18:59.077Z","updated_at":"2025-10-16T07:43:24.207Z","avatar_url":"https://github.com/yonat.png","language":"Swift","funding_links":["https://github.com/sponsors/yonat"],"categories":[],"sub_categories":[],"readme":"# MockImagePicker\n\u003cimg align=\"right\" src=\"Screenshots/MockImagePicker.png\"\u003e\nMock UIImagePickerController to simulate the camera in iOS simulator.\n\n[![Swift Version][swift-image]][swift-url]\n[![Build Status][travis-image]][travis-url]\n[![License][license-image]][license-url]\n[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/MockImagePicker.svg)](https://img.shields.io/cocoapods/v/MockImagePicker.svg)  \n[![Platform](https://img.shields.io/cocoapods/p/MockImagePicker.svg?style=flat)](http://cocoapods.org/pods/MockImagePicker)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)\n\n## Usage\n\n```swift\n#if targetEnvironment(simulator)\n    import MockImagePicker\n    typealias UIImagePickerController = MockImagePicker\n    typealias UIImagePickerControllerDelegate = MockImagePickerDelegate\n#endif\n```\n\n## Requirements\n\n- iOS 9.3+\n- Xcode 9\n\n## Installation\n\n### CocoaPods:\n\n```ruby\npod 'MockImagePicker'\n```\n\nLegacy versions:\n\n| Swift version | MockImagePicker version |\n| :---: | :--- |\n| 4.1 (Xcode 9.4) | `pod 'MiniLayout', '~\u003e 1.2.1'`\u003cbr\u003e`pod 'MockImagePicker', '~\u003e 1.1.0'` |\n\n### Swift Package Manager:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/yonat/MockImagePicker\", from: \"1.3.1\")\n]\n```\n\n## TODO\n\n- [ ] implement `cameraOverlayView`\n\n## Meta\n\n[@yonatsharon](https://twitter.com/yonatsharon)\n\n[https://github.com/yonat/MockImagePicker](https://github.com/yonat/MockImagePicker)\n\n[swift-image]:https://img.shields.io/badge/swift-4.2-orange.svg\n[swift-url]: https://swift.org/\n[license-image]: https://img.shields.io/badge/License-MIT-blue.svg\n[license-url]: LICENSE.txt\n[travis-image]: https://img.shields.io/travis/dbader/node-datadog-metrics/master.svg?style=flat-square\n[travis-url]: https://travis-ci.org/dbader/node-datadog-metrics\n[codebeat-image]: https://codebeat.co/badges/c19b47ea-2f9d-45df-8458-b2d952fe9dad\n[codebeat-url]: https://codebeat.co/projects/github-com-vsouza-awesomeios-com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonat%2Fmockimagepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyonat%2Fmockimagepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyonat%2Fmockimagepicker/lists"}