Latest | 0.5.3-alpha3 |
---|---|
Homepage | https://github.com/intel/tinycbor/ |
License | MIT |
Platforms | ios 9.0 |
Authors |
404: Not Found
Latest podspec
{ "name": "tinycbor", "version": "0.5.3-alpha3", "summary": "Concise Binary Object Representation (CBOR) Library", "description": "The TinyCBOR library is a small CBOR encoder and decoder library, optimized for very fast operation with very small footprint. The main encoder and decoder functions do not allocate memory.nnTinyCBOR is divided into the following groups of functions and structures:nnGlobal constantsnEncoding to CBORnParsing CBOR streamsnConverting CBOR to textnConverting CBOR to JSON", "homepage": "https://github.com/intel/tinycbor/", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Intel Corporation": "[email protected]" }, "source": { "git": "https://github.com/intel/tinycbor.git", "commit": "0362274505cb68c0f42678b8142589d533acb821" }, "platforms": { "ios": "9.0" }, "source_files": "src/*.{h,c}", "pod_target_xcconfig": { "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO", "CLANG_WARN_UNREACHABLE_CODE": "NO", "GCC_WARN_UNINITIALIZED_AUTOS": "NO", "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO", "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES" } }
Tue, 23 Apr 2019 10:08:07 +0000