blob: 89c56ae4e6a448b50f469e2ed2ccd93bc0c415ef [file] [log] [blame]
{
"name": "CSIOpusCodec",
"version": "0.0.5",
"summary": "Another Objective-C wrapper for Opus Codec.",
"description": " This Pod is built to package the existing opus codec wrapper\n by Sam Leitch.\n",
"homepage": "https://github.com/oneam/OpusIPhoneTest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Sam Leitch",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/jessearmand/CSIOpusCodec.git",
"tag": "0.0.5"
},
"requires_arc": true,
"source_files": [
"CSIOpusCodec/*.{h,m,c}",
"opus/include/*.h"
],
"header_dir": "opus/include",
"header_mappings_dir": "opus/include",
"public_header_files": [
"CSIOpusCodec/*.h",
"opus/include/*.h"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/CSIOpusCodec/opus/include"
},
"dependencies": {
"libopus": "~> 1.1"
}
}