[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 2 / 1 / VideoCore / 0.1.8.4 / VideoCore.podspec.json
blob28df6c725c8c06097b658a732356b6c6a1e39bc7
2   "name": "VideoCore",
3   "version": "0.1.8.4",
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/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.1.8.4"
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     "VideoToolbox",
42     "AudioToolbox",
43     "AVFoundation",
44     "CFNetwork",
45     "CoreMedia",
46     "CoreVideo",
47     "OpenGLES",
48     "Foundation",
49     "CoreGraphics"
50   ],
51   "libraries": "c++",
52   "dependencies": {
53     "boost": [
54       "~> 1.51.0"
55     ],
56     "glm": [
57       "~> 0.9.4.6"
58     ],
59     "UriParser-cpp": [
60       "~> 0.1.3"
61     ]
62   },
63   "xcconfig": {
64     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
65   },
66   "platforms": {
67     "ios": "5.0"
68   }