{"id":13995865,"url":"https://github.com/jessesquires/JSQDataSourcesKit","last_synced_at":"2025-07-22T22:32:50.247Z","repository":{"id":27008572,"uuid":"30472700","full_name":"jessesquires/JSQDataSourcesKit","owner":"jessesquires","description":"⚠️ Deprecated ⚠️","archived":true,"fork":false,"pushed_at":"2020-04-15T00:29:40.000Z","size":1096,"stargazers_count":682,"open_issues_count":0,"forks_count":46,"subscribers_count":24,"default_branch":"develop","last_synced_at":"2024-10-31T16:41:21.014Z","etag":null,"topics":["datasource","ios","swift"],"latest_commit_sha":null,"homepage":"https://www.jessesquires.com/blog/2020/04/14/deprecating-jsqdatasourceskit/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessesquires.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-02-07T22:33:39.000Z","updated_at":"2024-09-10T15:01:46.000Z","dependencies_parsed_at":"2022-08-31T09:41:56.747Z","dependency_job_id":null,"html_url":"https://github.com/jessesquires/JSQDataSourcesKit","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQDataSourcesKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQDataSourcesKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQDataSourcesKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessesquires%2FJSQDataSourcesKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessesquires","download_url":"https://codeload.github.com/jessesquires/JSQDataSourcesKit/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227190443,"owners_count":17745265,"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":["datasource","ios","swift"],"created_at":"2024-08-09T14:03:37.751Z","updated_at":"2024-11-29T18:31:12.950Z","avatar_url":"https://github.com/jessesquires.png","language":"Swift","readme":"# JSQDataSourcesKit\n[![Build Status](https://secure.travis-ci.org/jessesquires/JSQDataSourcesKit.svg)](https://travis-ci.org/jessesquires/JSQDataSourcesKit) [![Version Status](https://img.shields.io/cocoapods/v/JSQDataSourcesKit.svg)][podLink] [![license MIT](https://img.shields.io/cocoapods/l/JSQDataSourcesKit.svg)][mitLink] [![codecov](https://codecov.io/gh/jessesquires/JSQDataSourcesKit/branch/develop/graph/badge.svg)](https://codecov.io/gh/jessesquires/JSQDataSourcesKit) [![Platform](https://img.shields.io/cocoapods/p/JSQDataSourcesKit.svg)][docsLink] [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n*Protocol-oriented, type-safe data source objects that keep your view controllers light*\n\nA Swift library of data source and delegate objects inspired by [Andy Matuschak's](https://github.com/andymatuschak) *type-safe, value-oriented collection view data source [gist](https://gist.github.com/andymatuschak/f1e1691fa1a327468f8e)*.\n\n## About\n\nThis library reduces the boilerplate code regarding the `UITableView`, `UICollectionView`, and `NSFetchedResultsController` data source objects, as well as the `NSFetchedResultsControllerDelegate` object. It helps [keep view controllers light](http://www.objc.io/issue-1/), while focusing on type-safety, [SOLID](http://en.wikipedia.org/wiki/SOLID_(object-oriented_design)) design principles, and easy interoperability with Cocoa. Further, it brings a more focused and data-driven perspective to these data sources. If you want to change your view then you change your data and its structure, without needing to update any data source or delegate protocol methods.\n\n## Requirements\n\n* Xcode 11+\n* Swift 5.1+\n* iOS 11.0+\n* tvOS 11.0+\n* [SwiftLint](https://github.com/realm/SwiftLint)\n\n## Installation\n\n#### [CocoaPods](https://cocoapods.org) (recommended)\n\n````ruby\nuse_frameworks!\n\n# For latest release in cocoapods\npod 'JSQDataSourcesKit'\n\n# Feeling adventurous? Get the latest on develop\npod 'JSQDataSourcesKit', :git =\u003e 'https://github.com/jessesquires/JSQDataSourcesKit.git', :branch =\u003e 'develop'\n````\n\n#### [Carthage](https://github.com/Carthage/Carthage)\n\n````bash\ngithub \"jessesquires/JSQDataSourcesKit\"\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$ ./scripts/build_docs.sh\n````\n\n#### Preview\n\n````bash\n$ open index.html -a Safari\n````\n\n## Contributing\n\nInterested in making contributions to this project? Please review the guides below.\n\n- [Contributing Guidelines](https://github.com/jessesquires/.github/blob/master/CONTRIBUTING.md)\n- [Code of Conduct](https://github.com/jessesquires/.github/blob/master/CODE_OF_CONDUCT.md)\n- [Support and Help](https://github.com/jessesquires/.github/blob/master/SUPPORT.md)\n- [Security Policy](https://github.com/jessesquires/.github/blob/master/SECURITY.md)\n\nAlso, consider [sponsoring this project](https://www.jessesquires.com/sponsor/) or [buying my apps](https://www.hexedbits.com)! :v:\n\n## Credits\n\nCreated and maintained by [**@jesse_squires**](https://twitter.com/jesse_squires)\n\n* Inspired by **[andymatuschak](https://github.com/andymatuschak) /** [gist f1e1691fa1a327468f8e](https://gist.github.com/andymatuschak/f1e1691fa1a327468f8e)\n* Inspired by **[ashfurrow](https://github.com/ashfurrow) /** [UICollectionView-NSFetchedResultsController](https://github.com/ashfurrow/UICollectionView-NSFetchedResultsController)\n\n## License\n\n`JSQDataSourcesKit` is released under an [MIT License][mitLink]. See `LICENSE` for details.\n\n\u003e**Copyright \u0026copy; 2015-present Jesse Squires.**\n\n*Please provide attribution, it is greatly appreciated.*\n\n[docsLink]:https://jessesquires.github.io/JSQDataSourcesKit\n[podLink]:https://cocoapods.org/pods/JSQDataSourcesKit\n[mitLink]:https://opensource.org/licenses/MIT\n","funding_links":[],"categories":["Uncategorized","Swift"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessesquires%2FJSQDataSourcesKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessesquires%2FJSQDataSourcesKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessesquires%2FJSQDataSourcesKit/lists"}