[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / e / 3 / Open-AVD / 1.0.8 / Open-AVD.podspec.json
blob8492eeafc80af8f8fe9a4b513fd6925e7e2fb2a7
2   "name": "Open-AVD",
3   "version": "1.0.8",
4   "summary": "3Tee Open-AVD SDK for ios, audio video and data communication",
5   "homepage": "https://github.com/honggf/Open-AVD",
6   "license": "MIT",
7   "authors": {
8     "honggf": "554225932@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/honggf/Open-AVD.git",
12     "tag": "1.0.8"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "public/*.h",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "CoreGraphics",
23     "MediaPlayer",
24     "CoreAudio",
25     "AudioToolbox",
26     "Accelerate",
27     "QuartzCore",
28     "OpenGLES",
29     "AVFoundation"
30   ],
31   "libraries": [
32     "c++",
33     "z",
34     "bz2",
35     "iconv"
36   ],
37   "preserve_paths": [
38     "public/*.h",
39     "lib/*.a"
40   ],
41   "vendored_libraries": "lib/*.a",
42   "xcconfig": {
43     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Open-AVD/lib"
44   }