[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 2 / 1 / VideoCore / 0.1.7.2 / VideoCore.podspec.json
blobec818bfa419a40e023852038e810762ddbc24b31
2   "name": "VideoCore",
3   "version": "0.1.7.2",
4   "summary": "An audio and video manipulation pipeline for iOS and Mac OS X.",
5   "description": "                          This is a work-in-progress library with the\n                          intention of being an audio and video manipulation\n                          pipeline for iOS and Mac OS X.\n",
6   "homepage": "https://github.com/jamesghurley/VideoCore",
7   "license": "MIT",
8   "authors": {
9     "James Hurley": "jamesghurley@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jamesghurley/VideoCore.git",
13     "tag": "0.1.7.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   ],
40   "frameworks": [
41     "AudioToolbox",
42     "AVFoundation",
43     "CFNetwork",
44     "CoreMedia",
45     "CoreVideo",
46     "OpenGLES",
47     "Foundation",
48     "CoreGraphics"
49   ],
50   "dependencies": {
51     "boost": [
52       "~> 1.51.0"
53     ],
54     "glm": [
55       "~> 0.9.4.6"
56     ],
57     "UriParser-cpp": [
58       "~> 0.1.3"
59     ]
60   },
61   "xcconfig": {
62     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
63   },
64   "platforms": {
65     "ios": "5.0"
66   }