[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 2 / 1 / VideoCore / 0.3.2 / VideoCore.podspec.json
blob059a0ef845343a7ea365da0d827443f19ece0f11
2   "name": "VideoCore",
3   "version": "0.3.2",
4   "summary": "An audio and video manipulation and streaming pipeline with support for RTMP.",
5   "description": "                          This is a work-in-progress library with the\n                          intention of being an audio and video manipulation\n                          and streaming pipeline for iOS.\n",
6   "homepage": "https://github.com/jgh-/VideoCore",
7   "license": "MIT",
8   "authors": {
9     "James Hurley": "jamesghurley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jgh-/VideoCore.git",
13     "tag": "0.3.2"
14   },
15   "requires_arc": false,
16   "header_dir": "videocore",
17   "header_mappings_dir": ".",
18   "source_files": [
19     "mixers/**/*.h*",
20     "mixers/**/*.cpp",
21     "mixers/**/*.m*",
22     "rtmp/**/*.h*",
23     "rtmp/**/*.cpp",
24     "rtmp/**/*.m*",
25     "sources/**/*.h*",
26     "sources/**/*.cpp",
27     "sources/**/*.m*",
28     "stream/**/*.h*",
29     "stream/**/*.cpp",
30     "stream/**/*.m*",
31     "system/**/*.h*",
32     "system/**/*.cpp",
33     "system/**/*.m*",
34     "transforms/**/*.h*",
35     "transforms/**/*.cpp",
36     "transforms/**/*.m*",
37     "api/**/*.h*",
38     "api/**/*.m*",
39     "filters/**/*.cpp",
40     "filters/**/*.h*"
41   ],
42   "frameworks": [
43     "VideoToolbox",
44     "AudioToolbox",
45     "AVFoundation",
46     "CFNetwork",
47     "CoreMedia",
48     "CoreVideo",
49     "OpenGLES",
50     "Foundation",
51     "CoreGraphics"
52   ],
53   "libraries": "c++",
54   "dependencies": {
55     "boost": [
56       "~> 1.51.0"
57     ],
58     "glm": [
59       "~> 0.9.4.6"
60     ],
61     "UriParser-cpp": [
62       "~> 0.1.3"
63     ]
64   },
65   "xcconfig": {
66     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
67   },
68   "platforms": {
69     "ios": "5.0"
70   }