[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 4 / 7 / ArcRtcEngine / 1.0.0 / ArcRtcEngine.podspec.json
blob5c7167e8ea35443c79b865845c372afd899dfa2a
2   "name": "ArcRtcEngine",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "A delightful iOS audio-video communication sdk.",
6   "homepage": "https://github.com/ArcvideoDangHong/ArcRtcEngine",
7   "authors": {
8     "Arcvideo": "develop@arcvideo.com"
9   },
10   "source": {
11     "git": "https://github.com/ArcvideoDangHong/ArcRtcEngine.git",
12     "tag": "1.0.0",
13     "submodules": true
14   },
15   "requires_arc": true,
16   "public_header_files": [
17     "ArcRtcEngine.h",
18     "ArcFiltersController.h"
19   ],
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": [
24     "ArcRtcEngine.{h,m}",
25     "ArcFiltersController.h"
26   ],
27   "frameworks": [
28     "CoreLocation",
29     "AVFoundation",
30     "VideoToolbox",
31     "SystemConfiguration"
32   ],
33   "libraries": [
34     "resolv",
35     "c++"
36   ],
37   "vendored_libraries": [
38     "Libraries/libARCRtcEngine.a",
39     "Libraries/libArcVideoTool.a"
40   ]