[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 6 / 2 / 1 / VideoCore / 0.1.6 / VideoCore.podspec.json
blob9cbec066dbb27e919ee0694d546fc528d590fee5
2   "name": "VideoCore",
3   "version": "0.1.6",
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.6"
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   ],
38   "frameworks": [
39     "AudioToolbox",
40     "AVFoundation",
41     "CFNetwork",
42     "CoreMedia",
43     "CoreVideo",
44     "OpenGLES",
45     "Foundation",
46     "CoreGraphics"
47   ],
48   "dependencies": {
49     "boost": [
50       "~> 1.51.0"
51     ],
52     "glm": [
53       "~> 0.9.4.6"
54     ],
55     "UriParser-cpp": [
56       "~> 0.1.3"
57     ]
58   },
59   "xcconfig": {
60     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/boost"
61   },
62   "platforms": {
63     "ios": "5.0"
64   }