[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / f / 0 / CSIOpusCodec / 0.0.3 / CSIOpusCodec.podspec.json
blob773eaca9ed4a093733a47aaaf1d644c2ccba05f9
2   "name": "CSIOpusCodec",
3   "version": "0.0.3",
4   "summary": "Another Objective-C wrapper for Opus Codec.",
5   "description": "                   This Pod is built to package the existing opus codec wrapper\n                   by Sam Leitch.\n",
6   "homepage": "https://github.com/oneam/OpusIPhoneTest",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Sam Leitch",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/jessearmand/CSIOpusCodec.git",
17     "tag": "0.0.3"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "CSIOpusCodec/*.{h,m,c}",
22     "opus/include/*.h"
23   ],
24   "header_dir": "opus/include",
25   "header_mappings_dir": "opus/include",
26   "public_header_files": [
27     "CSIOpusCodec/*.h",
28     "opus/include/*.h"
29   ],
30   "preserve_paths": "opus/lib/libopus.a",
31   "vendored_libraries": "opus/lib/libopus.a",
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/CSIOpusCodec/opus/include",
34     "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/CSIOpusCodec/opus/lib"
35   }