[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / d / 7 / tinycbor / 0.5.3-alpha2 / tinycbor.podspec.json
blob959a34f398c016fbfc4a80605f38770d272b4d8e
2   "name": "tinycbor",
3   "version": "0.5.3-alpha2",
4   "summary": "Concise Binary Object Representation (CBOR) Library",
5   "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.\n\nTinyCBOR is divided into the following groups of functions and structures:\n\nGlobal constants\nEncoding to CBOR\nParsing CBOR streams\nConverting CBOR to text\nConverting CBOR to JSON",
6   "homepage": "https://github.com/intel/tinycbor/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Intel Corporation": "webmaster@linux.intel.com"
13   },
14   "source": {
15     "git": "https://github.com/intel/tinycbor.git",
16     "commit": "d94ca09aa91f5b3c581527aa8bca179a82b79874"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "src/*.{h,c}",
22   "pod_target_xcconfig": {
23     "CLANG_WARN_DOCUMENTATION_COMMENTS": "NO",
24     "CLANG_WARN_UNREACHABLE_CODE": "NO",
25     "GCC_WARN_UNINITIALIZED_AUTOS": "NO",
26     "GCC_WARN_64_TO_32_BIT_CONVERSION": "NO",
27     "GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
28   }