[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / a / c / XWRTCSDK / 0.1.5 / XWRTCSDK.podspec.json
blob2c6812973dd0defe4ab4523e07160b54c4bc5b12
2   "name": "XWRTCSDK",
3   "version": "0.1.5",
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.5"
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   "vendored_frameworks": "SPKF/AgoraRtcKit/*.framework",
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   }