[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 5 / f / 0 / CSIOpusCodec / 0.0.4 / CSIOpusCodec.podspec.json
blob031ce6d9a4ef6a5f12cd9c316f5af837f8b7a8e3
2   "name": "CSIOpusCodec",
3   "version": "0.0.4",
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.4"
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   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/CSIOpusCodec/opus/include"
32   },
33   "dependencies": {
34     "libopus": "~> 1.1"
35   }