[Add] NordicDFU 4.16.0
[CocoaPods.git] / Specs / 5 / e / 3 / Open-AVD / 1.0.1 / Open-AVD.podspec.json
blob6593300871013267689066a009733c41f22b5864
2   "name": "Open-AVD",
3   "version": "1.0.1",
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.1"
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   "default_subspecs": "precompiled",
38   "subspecs": [
39     {
40       "name": "precompiled",
41       "preserve_paths": [
42         "public/*.h",
43         "lib/*.a"
44       ],
45       "xcconfig": {
46         "HEADER_SEARCH_PATHS": "/work/code/gitwork"
47       }
48     }
49   ]