{"id":17369859,"url":"https://github.com/fellipecaetano/wolf","last_synced_at":"2025-10-24T20:41:06.439Z","repository":{"id":56927557,"uuid":"64673830","full_name":"fellipecaetano/Wolf","owner":"fellipecaetano","description":"An opinionated, protocol-oriented networking layer","archived":false,"fork":false,"pushed_at":"2020-06-11T17:18:32.000Z","size":3694,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-21T15:06:54.588Z","etag":null,"topics":["alamofire","http","ios","networking","swift"],"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/fellipecaetano.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":"2016-08-01T14:28:48.000Z","updated_at":"2020-07-18T16:18:40.000Z","dependencies_parsed_at":"2022-11-29T13:20:33.166Z","dependency_job_id":null,"html_url":"https://github.com/fellipecaetano/Wolf","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/fellipecaetano/Wolf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellipecaetano%2FWolf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellipecaetano%2FWolf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellipecaetano%2FWolf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellipecaetano%2FWolf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fellipecaetano","download_url":"https://codeload.github.com/fellipecaetano/Wolf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fellipecaetano%2FWolf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261143149,"owners_count":23115674,"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":["alamofire","http","ios","networking","swift"],"created_at":"2024-10-16T00:22:31.930Z","updated_at":"2025-10-24T20:41:06.363Z","avatar_url":"https://github.com/fellipecaetano.png","language":"Swift","readme":"# Wolf\n\n[![CI Status](http://img.shields.io/travis/fellipecaetano/Wolf.svg?style=flat)](https://travis-ci.org/fellipecaetano/Wolf)\n[![Version](https://img.shields.io/cocoapods/v/Wolf.svg?style=flat)](http://cocoapods.org/pods/Wolf)\n[![License](https://img.shields.io/cocoapods/l/Wolf.svg?style=flat)](http://cocoapods.org/pods/Wolf)\n[![Platform](https://img.shields.io/cocoapods/p/Wolf.svg?style=flat)](http://cocoapods.org/pods/Wolf)\n\nWolf approaches networking by bringing together the battle experience of Alamofire and the flexible power of Swift protocols. It enables developers to fully describe HTTP resources and it derives all HTTP communications out of those descriptions. Support for caching and JSON comes out of the box.\n\n## Contents\n\n- [Example](#example)\n- [Testing](#testing)\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Author](#author)\n- [License](#license)\n\n## Example\n\nInside the `Example` directory you will find a sample application that presents a grid of popular TV shows, demonstrating how everything works together. To run it:\n\n1. Clone the repository\n2. Enter the `Example` directory\n3. Open the `Wolf.xcworkspace` file in Xcode 8.0\n4. Select the `Wolf-Example` target in the target selection dropdown near the `Stop` button\n5. Build and run the application\n\n## Testing\n\nInside the `Example` directory you will find a project holding the tests for Wolf. To run them:\n\n1. Clone the repository\n2. Enter the `Example` directory\n3. Open the `Wolf.xcworkspace` file in Xcode 8.0\n4. Select the `Wolf-Example` target in the target selection dropdown near the `Stop` button\n5. Press `⌘U` or click `Test` from the `Product` menu\n\n## Requirements\n\n- iOS 9.0+\n- Xcode 8.0+\n\n## Installation\n\n### CocoaPods\n\nWolf is available through [CocoaPods](http://cocoapods.org), a dependency manager for Cocoa projects. CocoaPods can be downloaded as a stand-alone app and can also be installed through [RubyGems](https://rubygems.org/):\n\n```bash\n$ gem install cocoapods\n```\n\nTo integrate Wolf into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n```ruby\ntarget '\u003ctarget_name\u003e' do\n  pod 'Wolf'\nend\n```\n\nThen, install your dependencies through the CocoaPods app or by running the following command in the same directory as your `Podfile`:\n\n```bash\n$ pod install\n```\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\n\nYou can install Carthage with [Homebrew](http://brew.sh/) using the following commands:\n\n```bash\n$ brew update\n$ brew install carthage\n```\n\nTo integrate Wolf into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"fellipecaetano/Wolf\"\n```\n\nRun `carthage update` to build the framework and drag the built `Wolf.framework` into your Xcode project.\n\n## Author\n\nFellipe Caetano, fellipe.caetano4@gmail.com\n\n## License\n\nWolf is available under the MIT license. See the LICENSE file for more info.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffellipecaetano%2Fwolf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffellipecaetano%2Fwolf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffellipecaetano%2Fwolf/lists"}