[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / c / XWRTCSDK / 0.2.0 / XWRTCSDK.podspec.json
blobdd89784cf1582e8ee42a07c37ac6ab8e89bdcf65
2   "name": "XWRTCSDK",
3   "version": "0.2.0",
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.2.0"
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   "requires_arc": true,
28   "user_target_xcconfig": {
29     "OTHER_LDFLAGS": [
30       "-ObjC",
31       "-all_load"
32     ]
33   },
34   "resource_bundles": {
35     "XWRTCImage": [
36       "SPKF/livechatimages/*.{png,gif,mp3}"
37     ]
38   },
39   "public_header_files": [
40     "SPKF/SPKFCommond/Third/XWAPPID.h",
41     "SPKF/MainManager/XWRTCManager.h"
42   ],
43   "libraries": "z",
44   "dependencies": {
45     "SDWebImage": [
46       "~>5.8.1"
47     ],
48     "AFNetworking": [
49       "~>3.2.0"
50     ],
51     "MBProgressHUD": [
52       "~>1.2.0"
53     ],
54     "Masonry": [
55       "~>1.1.0"
56     ],
57     "MJRefresh": [
58       "~>3.5.0"
59     ],
60     "AgoraRtcEngine_iOS": [
61       "~> 3.1.1"
62     ]
63   }