[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / d / 7 / tinycbor / 0.5.3-alpha3 / tinycbor.podspec.json
blob0a7a727a75da9bc1efdd1000ea2707e7c1a0f6c1
2   "name": "tinycbor",
3   "version": "0.5.3-alpha3",
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": "0362274505cb68c0f42678b8142589d533acb821"
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   }