2 "name": "CSIOpusCodec",
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",
11 "authors": "Sam Leitch",
16 "git": "https://github.com/jessearmand/CSIOpusCodec.git",
21 "CSIOpusCodec/*.{h,m,c}",
24 "header_dir": "opus/include",
25 "header_mappings_dir": "opus/include",
26 "public_header_files": [
30 "preserve_paths": "opus/lib/libopus.a",
31 "vendored_libraries": "opus/lib/libopus.a",
33 "HEADER_SEARCH_PATHS": "${PODS_ROOT}/CSIOpusCodec/opus/include",
34 "LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/CSIOpusCodec/opus/lib"