[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / c / XWRTCSDK / 0.1.7 / XWRTCSDK.podspec.json
blobbaff10ad0f8ec918d73021c9c93db8ecbea10b50
2   "name": "XWRTCSDK",
3   "version": "0.1.7",
4   "summary": "欣网视频客服",
5   "description": "欣网视频客服sdk,iOS客户端,包含客服端和用户端",
6   "homepage": "https://github.com/zhangxianhongx/XWRTCSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangxianhongx": "384323457@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/zhangxianhongx/XWRTCSDK.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SPKF/**/*.{h,m}",
23     " SPKF/**/**/*.{h,m}",
24     "SPKF/**/**/**/*.{h,m}",
25     "SPKF/**/**/**/**/*.{h,m}"
26   ],
27   "user_target_xcconfig": {
28     "OTHER_LDFLAGS": [
29       "-ObjC",
30       "-all_load"
31     ]
32   },
33   "resource_bundles": {
34     "XWRTCImage": [
35       "SPKF/livechatimages/*.{png,gif,mp3}"
36     ]
37   },
38   "public_header_files": [
39     "SPKF/SPKFCommond/Third/XWAPPID.h",
40     "SPKF/MainManager/XWRTCManager.h"
41   ],
42   "libraries": "z",
43   "dependencies": {
44     "SDWebImage": [
45       "~>5.8.1"
46     ],
47     "AFNetworking": [
48       "~>3.2.0"
49     ],
50     "MBProgressHUD": [
51       "~>1.2.0"
52     ],
53     "Masonry": [
54       "~>1.1.0"
55     ],
56     "MJRefresh": [
57       "~>3.5.0"
58     ],
59     "AgoraRtcEngine_iOS_Crypto": [
60       "~> 3.1.1"
61     ]
62   }