[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 4 / 1 / CBORObjC / 1.0.2 / CBORObjC.podspec.json
blob362dbd143159a9849f8de4fbacf1a70ee7f0700c
2   "name": "CBORObjC",
3   "version": "1.0.2",
4   "summary": "A CBOR implementation in Objective-C",
5   "description": "A CBOR Concise Binary Object Representation decoder and encoder in Objective-C.",
6   "homepage": "https://github.com/DanielHusx/CBOR",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "danielxing": "danielxing@163.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.13"
17   },
18   "source": {
19     "git": "https://github.com/DanielHusx/CBOR.git",
20     "tag": "1.0.2"
21   },
22   "source_files": [
23     "CBOR/CBOR.h",
24     "CBOR/**/*.{h,m}"
25   ],
26   "public_header_files": [
27     "CBOR/CBOR.h",
28     "CBOR/Public/*.h"
29   ],
30   "private_header_files": [
31     "CBOR/CBORObject/*.h",
32     "CBOR/Decode/*.h",
33     "CBOR/Encode/*.h",
34     "CBOR/Model/*.h"
35   ],
36   "requires_arc": true