{"id":19710464,"url":"https://github.com/rootstrap/rsswiftnetworking","last_synced_at":"2026-05-15T03:35:43.633Z","repository":{"id":51717375,"uuid":"516750948","full_name":"rootstrap/RSSwiftNetworking","owner":"rootstrap","description":"A Swift framework that provides a network communication layer API","archived":false,"fork":false,"pushed_at":"2023-06-07T13:11:38.000Z","size":43,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-02-10T21:46:15.029Z","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/rootstrap.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":"Supporting Files/Info.plist","governance":null,"roadmap":null,"authors":null}},"created_at":"2022-07-22T12:57:28.000Z","updated_at":"2023-11-13T18:39:01.000Z","dependencies_parsed_at":"2024-01-16T05:31:51.755Z","dependency_job_id":null,"html_url":"https://github.com/rootstrap/RSSwiftNetworking","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.3571428571428571,"last_synced_commit":"00070af2ef62cb406f8197f8cd9c46701aea1979"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FRSSwiftNetworking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FRSSwiftNetworking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FRSSwiftNetworking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2FRSSwiftNetworking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootstrap","download_url":"https://codeload.github.com/rootstrap/RSSwiftNetworking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241029227,"owners_count":19896878,"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-11T22:07:26.863Z","updated_at":"2026-05-15T03:35:43.606Z","avatar_url":"https://github.com/rootstrap.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSSwiftNetworking\n\n[![CI Status](https://img.shields.io/travis/rootstrap/RSSwiftNetworking.svg?style=flat)](https://travis-ci.org/rootstrap/RSSwiftNetworking)\n[![Version](https://img.shields.io/cocoapods/v/RSSwiftNetworking.svg?style=flat)](https://cocoapods.org/pods/RSSwiftNetworking)\n[![License](https://img.shields.io/cocoapods/l/RSSwiftNetworking.svg?style=flat)](https://cocoapods.org/pods/RSSwiftNetworking)\n[![Platform](https://img.shields.io/cocoapods/p/RSSwiftNetworking.svg?style=flat)](https://cocoapods.org/pods/RSSwiftNetworking)\n[![Carthage](https://img.shields.io/badge/Carthage-compatible-success)](#installation)\n[![SPM](https://img.shields.io/badge/SPM-compatible-success)](#installation)\n[![Swift Version](https://img.shields.io/badge/Swift%20Version-5.2-orange)](https://cocoapods.org/pods/RSSwiftNetworking)\n\n## What is it?\n\n## Installation\n\n#### 1. Cocoapods\n\n```ruby\n\npod 'RSSwiftNetworking', '~\u003e 1.1.7'\n\n```\n\n#### 2. Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\nAdd the following line to your `Cartfile` and follow the [installation instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application).\n\n```\ngithub \"rootstrap/RSSwiftNetworking\" ~\u003e 1.1.7\n```\n\n#### 3. Swift Package Manager\n\n- In XCode 11, go to File -\u003e Swift Packages -\u003e Add Package Dependency.\n- Enter the repo URL (https://github.com/rootstrap/RSSwiftNetworking) and click Next.\n- Select the version rule desired (you can specify a version number, branch or commit) and click Next.\n- Finally, select the target where you want to use the framework.\n\nThat should be it. **RSSwiftNetworking** should appear in the navigation panel as a dependency and the framework will be linked automatically to your target.\n\n\n**Note:** It is always recommended to lock your external libraries to a specific version.\n\n## Usage\n\nRSSwiftNetworking provides you with an extensible API to implement your own networking layer.\n\nIt also gives you an out of the box solution with Alamofire as the `NetworkProvider`. \nYou can simply create your APIClient concrete instace with this provider.\n\n```\nstatic let apiClient = BaseAPIClient(\n    networkProvider: AlamofireNetworkProvider(),\n    headersProvider: SomeHeaderProvider()\n)\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n\n## License\n\n**RSSwiftNetworking** is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootstrap%2Frsswiftnetworking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootstrap%2Frsswiftnetworking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootstrap%2Frsswiftnetworking/lists"}