{"id":19805740,"url":"https://github.com/remirobert/dotzu-objective-c","last_synced_at":"2026-03-10T12:35:46.020Z","repository":{"id":72988860,"uuid":"82403601","full_name":"remirobert/Dotzu-Objective-c","owner":"remirobert","description":"Dotzu Objective-c example project","archived":false,"fork":false,"pushed_at":"2017-02-18T18:43:17.000Z","size":201,"stargazers_count":31,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T06:37:03.828Z","etag":null,"topics":["afnetworking","framework","logging","network","objective-c"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/remirobert.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-02-18T17:26:49.000Z","updated_at":"2024-11-07T05:28:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"a727864d-0e7f-404b-b35f-26e3d5840d9a","html_url":"https://github.com/remirobert/Dotzu-Objective-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remirobert/Dotzu-Objective-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FDotzu-Objective-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FDotzu-Objective-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FDotzu-Objective-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FDotzu-Objective-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remirobert","download_url":"https://codeload.github.com/remirobert/Dotzu-Objective-c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remirobert%2FDotzu-Objective-c/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30333571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":["afnetworking","framework","logging","network","objective-c"],"created_at":"2024-11-12T09:05:05.562Z","updated_at":"2026-03-10T12:35:46.011Z","avatar_url":"https://github.com/remirobert.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src =\"https://cloud.githubusercontent.com/assets/3276768/22606144/035a4a28-ea53-11e6-8359-323c214c2439.png\"/\u003e\n\u003c/p\u003e\n\n# Dotzu-Objective-c\nDotzu Objective-c example project.\n\n👉 [Project link](https://github.com/remirobert/Dotzu)\n\n## Installation Cocoapods:\n```Ruby\nuse_frameworks!\npod 'DotzuObjc'\n```\n\nAfter installing the pod, go to your **Pod target**, set the **swift legacy language version** to **no**.\n\n\u003cimg width=\"879\" alt=\"screen shot 2017-02-18 at 18 44 46\" src=\"https://cloud.githubusercontent.com/assets/3276768/23095660/afc21adc-f60d-11e6-80b6-11c0b241b6ec.png\"\u003e\n\n## Usage\n\nIn the `AppDelegate` instanciate `Dotzu manager`.\n\n```Objective-c\n@import Dotzu;\n\n@implementation AppDelegate\n\n- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {\n    [[Dotzu sharedManager] displayWindow];\n    return YES;\n}\n\n@end\n```\n\n## Logs\n```Objective-c\n@import Dotzu_objc;\n\nNSLog(@\"log verbose\");\nLogVerbose(@\"verbose\");\nLogWarning(@\"warning\");\nLogInfo(@\"info\");\nLogError(@\"ok\");\n```\n\n## Network for AFNetworking:\n\n```Objective-c\n NSURLSessionConfiguration *configuration = [NSURLSessionConfiguration defaultSessionConfiguration];\n\n [[Dotzu sharedManager] addLoggerWithSession:configuration];\n AFURLSessionManager *manager = [[AFURLSessionManager alloc] initWithSessionConfiguration:configuration];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Fdotzu-objective-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremirobert%2Fdotzu-objective-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremirobert%2Fdotzu-objective-c/lists"}