{"id":19593070,"url":"https://github.com/thoughtbot/swish","last_synced_at":"2025-04-05T12:06:19.643Z","repository":{"id":35094517,"uuid":"39259272","full_name":"thoughtbot/Swish","owner":"thoughtbot","description":"Nothing but Net(working)","archived":false,"fork":false,"pushed_at":"2021-09-24T16:04:22.000Z","size":552,"stargazers_count":363,"open_issues_count":10,"forks_count":39,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-29T11:08:06.674Z","etag":null,"topics":["ios","macos","networking","tvos","watchos"],"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/thoughtbot.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-07-17T14:51:14.000Z","updated_at":"2024-06-25T04:41:45.000Z","dependencies_parsed_at":"2022-08-04T00:00:10.510Z","dependency_job_id":null,"html_url":"https://github.com/thoughtbot/Swish","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2FSwish","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2FSwish/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2FSwish/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thoughtbot%2FSwish/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thoughtbot","download_url":"https://codeload.github.com/thoughtbot/Swish/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332604,"owners_count":20921853,"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","macos","networking","tvos","watchos"],"created_at":"2024-11-11T08:38:00.905Z","updated_at":"2025-04-05T12:06:19.623Z","avatar_url":"https://github.com/thoughtbot.png","language":"Swift","readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/thoughtbot/Swish/gh-pages/swish-logo-v5.jpg\" width=\"375\"\u003e\u003c/p\u003e\n\n# Swish [![CircleCI](https://circleci.com/gh/thoughtbot/Swish.svg?style=svg)](https://circleci.com/gh/thoughtbot/Swish) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-brightgreen.svg?style=flat-square)](https://github.com/Carthage/Carthage) [![CocoaPods Compatible](https://img.shields.io/cocoapods/v/Swish.svg)](https://img.shields.io/cocoapods/v/Swish.svg)  \n\n\nNothing but net(working).\n\nSwish is a networking library that is particularly meant for requesting and\ndecoding JSON via `Decodable`. It is protocol based, and so aims to be easy\nto test and customize.\n\n## Version Compatibility\n\nHere is the current Swift compatibility breakdown:\n\n| Swift Version | Swish Version |\n| ------------- | ------------  |\n|           5.X | \u003e= 4.0.0      |\n|           4.X | \u003e= 3.0.0      |\n|           3.X | \u003e 2.0, \u003c 3.0  |\n|           2.X | 1.X           |\n\n## Installation\n\n### [Carthage]\n\n[Carthage]: https://github.com/Carthage/Carthage\n\nAdd the following to your Cartfile:\n\n```\ngithub \"thoughtbot/Swish\"\n```\n\nThen run `carthage update`.\n\nFollow the current instructions in [Carthage's README][carthage-installation]\nfor up to date installation instructions.\n\n[carthage-installation]: https://github.com/Carthage/Carthage#adding-frameworks-to-an-application\n\n### [CocoaPods]\n\n[CocoaPods]: http://cocoapods.org\n\nAdd the following to your [Podfile](http://guides.cocoapods.org/using/the-podfile.html):\n\n```ruby\npod 'Swish'\n```\n\nYou will also need to make sure you're opting into using frameworks:\n\n```ruby\nuse_frameworks!\n```\n\nThen run `pod install` with CocoaPods 0.36 or newer.\n\n### Git Submodules\n\nI guess you could do it this way if that's your thing.\n\nAdd this repo as a submodule, and add the Swish project file along with the\ndependency project files to your workspace. You can then link against\n`Swish.framework` along with the dependency frameworks for your application\ntarget.\n\n## Usage\n\n### Basic Playground\n\nYou can see an example of Swish in action via the included `SwishExamples.playground`.\n\nTo use that, clone this repository and run `carthage bootstrap --platform iOS`.\nWhen that finishes, open the `Swish.xcworkspace` and click the `SwishExamples`\nplayground on the left.\n\n### Documentation\n\n- [Basic Usage](Documentation/Basics.md)\n- [Testing](Documentation/Testing.md)\n\n## License\n\nSwish is Copyright (c) 2019 thoughtbot, inc. It is free software, and may be\nredistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: /LICENSE\n\n## About\n\n![thoughtbot](http://presskit.thoughtbot.com/images/thoughtbot-logo-for-readmes.svg)\n\nSwish is maintained and funded by thoughtbot, inc. The names and logos for\nthoughtbot are trademarks of thoughtbot, inc.\n\nWe love open source software! See [our other projects][community] or look at\nour product [case studies] and [hire us][hire] to help build your iOS app.\n\n[community]: https://thoughtbot.com/community?utm_source=github\n[case studies]: https://thoughtbot.com/ios?utm_source=github\n[hire]: https://thoughtbot.com/hire-us?utm_source=github\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Fswish","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthoughtbot%2Fswish","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthoughtbot%2Fswish/lists"}