{"id":27058416,"url":"https://github.com/dashevo/tinycborobjc","last_synced_at":"2025-04-05T12:15:13.388Z","repository":{"id":33084937,"uuid":"146425909","full_name":"dashevo/TinyCborObjc","owner":"dashevo","description":"Objective-C wrapper for TinyCbor - Concise Binary Object Representation (CBOR) Library","archived":false,"fork":false,"pushed_at":"2023-02-04T14:05:13.000Z","size":209,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T05:02:43.741Z","etag":null,"topics":["cbor","mobile","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/dashevo.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-08-28T09:45:55.000Z","updated_at":"2024-11-07T03:56:32.000Z","dependencies_parsed_at":"2023-02-18T17:01:08.646Z","dependency_job_id":null,"html_url":"https://github.com/dashevo/TinyCborObjc","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashevo%2FTinyCborObjc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashevo%2FTinyCborObjc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashevo%2FTinyCborObjc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dashevo%2FTinyCborObjc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dashevo","download_url":"https://codeload.github.com/dashevo/TinyCborObjc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332596,"owners_count":20921854,"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":["cbor","mobile","objective-c"],"created_at":"2025-04-05T12:15:12.616Z","updated_at":"2025-04-05T12:15:13.368Z","avatar_url":"https://github.com/dashevo.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TinyCborObjc\n\n![CI](https://github.com/dashevo/TinyCborObjc/workflows/CI/badge.svg)\n[![Version](https://img.shields.io/cocoapods/v/TinyCborObjc.svg?style=flat)](https://cocoapods.org/pods/TinyCborObjc)\n[![License](https://img.shields.io/cocoapods/l/TinyCborObjc.svg?style=flat)](https://cocoapods.org/pods/TinyCborObjc)\n[![Platform](https://img.shields.io/cocoapods/p/TinyCborObjc.svg?style=flat)](https://cocoapods.org/pods/TinyCborObjc)\n\nTinyCborObjc allows encoding and decoding Foundation-objects into/from CBOR representation.\n\nSupported types:\n- `NSDictionary`\n- `NSArray`\n- `NSString`\n- `NSNumber`\n- `NSNull`\n- `NSData`\n\n## Usage\n\nEncoding\n``` objective-c\n#import \u003cTinyCborObjc/NSObject+DSCborEncoding.h\u003e\n\nNSDictionary *dictionary = ...;\nNSData *cborData = [dictionary ds_cborEncodedObject];\n```\n\nDecoding\n``` objective-c\n#import \u003cTinyCborObjc/NSData+DSCborDecoding.h\u003e\n\nNSData *data = ...; // CBOR data\nNSError *error = nil;\nid decoded = [data ds_decodeCborError:\u0026error];\n```\n\n## Dependencies\n\nBuild on top of [tinycbor](https://github.com/intel/tinycbor) library (integrated as pod dependency).\n\n## Installation\n\nTinyCborObjc is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'TinyCborObjc'\n```\n\n## Authors\n\nAndrew Podkovyrin, podkovyrin@gmail.com\n\nHamilton Chapman, hamchapman@gmail.com\n\nConnor Power, connor@connorpower.com\n\n## License\n\nTinyCborObjc 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%2Fdashevo%2Ftinycborobjc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdashevo%2Ftinycborobjc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdashevo%2Ftinycborobjc/lists"}