{"id":21065075,"url":"https://github.com/prolificinteractive/devkit","last_synced_at":"2025-03-14T01:43:06.614Z","repository":{"id":71908717,"uuid":"132038601","full_name":"prolificinteractive/DevKit","owner":"prolificinteractive","description":"Collection of commonly used swift code","archived":false,"fork":false,"pushed_at":"2019-01-24T22:36:14.000Z","size":7755,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-20T20:53:41.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/prolificinteractive.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-03T19:08:08.000Z","updated_at":"2019-01-24T22:36:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"64f644a6-e409-4c82-b06d-fbd65c6cf00d","html_url":"https://github.com/prolificinteractive/DevKit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FDevKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FDevKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FDevKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prolificinteractive%2FDevKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prolificinteractive","download_url":"https://codeload.github.com/prolificinteractive/DevKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243508986,"owners_count":20302106,"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":[],"created_at":"2024-11-19T17:53:24.040Z","updated_at":"2025-03-14T01:43:06.588Z","avatar_url":"https://github.com/prolificinteractive.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DevKit\n\n[![CI Status](https://img.shields.io/travis/prolificinteractive/DevKit.svg?style=flat)](https://travis-ci.org/prolificinteractive/DevKit)\n\n## Description\n\nCollection of commonly used swift code. Documentation can be found [here](https://prolificinteractive.github.io/DevKit/).\n\n## Usage\n\nIf you would like to integrate DevKit into your project, add the repo to your project as a git submodule.\n\n`git submodule add https://github.com/prolificinteractive/DevKit`\n\nIn your podfile add DevKit as shown below:\n\n```ruby\npod 'DevKit', :path =\u003e './DevKit'\n```\n\nCustomizing DevKit with certain subspecs can be done as shown below. Subspecs can be found in the [documentation](https://prolificinteractive.github.io/DevKit/).\n\n```ruby\npod 'DevKit', :path =\u003e './DevKit', :subspecs =\u003e ['Extensions/StringExtension',\n                                                 'DataStructures/LinkedList']\n```\n\n## Contributing to DevKit\n\nAdding new classes to DevKit should be added to the appropriate subspec section. Unique subspecs should include the source files, any limiting deployment targets and necessary dependencies. \n\n\n\n#### Sample Subspec:\n\n```ruby\n  # CalendarPermissionsValidator\n  s.subspec 'CalendarPermissionsValidator' do |sp|\n    sp.ios.deployment_target = '11.0'\n    sp.dependency 'DevKit/Extensions/StringExtension'\n    sp.dependency 'DevKit/Extensions/UIAlertControllerExtension'\n    sp.dependency 'DevKit/Extensions/UIApplicationExtension'\n    sp.source_files = 'DevKit/DevKit/Classes/Utility/Validators/CalendarPermissionsValidator/*'\n  end\n```\n\n\n\n#### New File Documentation Template:\n\n```swift\n/// \u003cDescription of the class\u003e\n///\n/// **Subspec: Folder/Filename**\n///\n/// ```\n/// Code Snippet\n/// ```\n///\n/// \u003cReal world example of how someone would use this class with code snippet\u003e\n///\nclass myCoolClass {\n  // Does something cool! \n}\n```\n\n\n\n#### Pull Request Checklist:\n\nOnce all classes and files are added to the project and documented make sure to:\n\n* Run pod install on the example project\n\n* Ensure the classes are added to the main DevKit Xcode workspace at ./DevKit/DevKit.xcworkspace\n\nAll new additions should be code reviewed before merging into master.\n\n\n\n## License\n\n![prolific](https://s3.amazonaws.com/prolificsitestaging/logos/Prolific_Logo_Full_Color.png)\n\nCopyright (c) 2018 Prolific Interactive\n\nDevKit is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: ./LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolificinteractive%2Fdevkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprolificinteractive%2Fdevkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprolificinteractive%2Fdevkit/lists"}