{"id":16175954,"url":"https://github.com/osis/cf-swift-client","last_synced_at":"2026-04-30T15:31:58.310Z","repository":{"id":56904497,"uuid":"121067544","full_name":"osis/cf-swift-client","owner":"osis","description":"Swift Client Library for Cloud Foundry ","archived":false,"fork":false,"pushed_at":"2018-06-17T22:36:51.000Z","size":2288,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T00:23:17.596Z","etag":null,"topics":["apple-tv","apple-watch","cloud-foundry","ios","macos"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osis.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":"2018-02-11T00:33:13.000Z","updated_at":"2018-07-16T17:20:27.000Z","dependencies_parsed_at":"2022-08-20T18:51:01.401Z","dependency_job_id":null,"html_url":"https://github.com/osis/cf-swift-client","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/osis/cf-swift-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osis%2Fcf-swift-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osis%2Fcf-swift-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osis%2Fcf-swift-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osis%2Fcf-swift-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osis","download_url":"https://codeload.github.com/osis/cf-swift-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osis%2Fcf-swift-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32469344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["apple-tv","apple-watch","cloud-foundry","ios","macos"],"created_at":"2024-10-10T04:46:53.441Z","updated_at":"2026-04-30T15:31:58.295Z","avatar_url":"https://github.com/osis.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CFoundry: Cloud Foundry Swift Client\n[![Build Status](https://travis-ci.org/osis/cf-swift-client.svg?branch=master)](https://travis-ci.org/osis/cf-swift-client) [![codebeat badge](https://codebeat.co/badges/0d77c411-7bc1-403b-98fd-855add993248)](https://codebeat.co/projects/github-com-osis-cf-swift-sdk-master) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) ![CocoaPods](https://img.shields.io/cocoapods/v/CFoundry.svg) ![Platform](https://img.shields.io/badge/platforms-iOS%209.0+-333333.svg)\n\n## Features\n\n- Compatible with Cloud Foundry v2 API\n- Ability to list Organizations, Spaces, and Applications\n- Details such as Application Summary, Service Bindings, Instance information, and Events\n- Recent \u0026 Realtime Application Log Streaming\n\n## Installation\n\n#### CocoaPods\n\nYou can use [CocoaPods](http://cocoapods.org/) to install `CFoundry` by adding it to your `Podfile`:\n\n```ruby\nuse_frameworks!\n\ntarget 'MyApp' do\n    pod 'CFoundry'\nend\n```\n\n#### Carthage\n\nYou can use [Carthage](https://github.com/Carthage/Carthage) to install `CFoundry` by adding it to your `Cartfile`:\n\n```\ngithub \"osis/cf-swift-sdk\"\n```\n\nIf you use Carthage to build your dependencies, make sure you have added `CFoundry.framework` to the \"Linked Frameworks and Libraries\" section of your target, and have included them in your Carthage framework copying build phase.\n\n## Sample\n```swift\nCFApi.info(apiURL: urlString) { (info: CFInfo?, error: Error?) in\n    if let e = error {\n        return\n    }\n    \n    if let i = info {\n      print(i.apiVersion)\n    }\n}\n```\n\n## In Use\n\n[CF Apps IOS](https://github.com/osis/cf-apps-ios)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosis%2Fcf-swift-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosis%2Fcf-swift-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosis%2Fcf-swift-client/lists"}