[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / YQHchatsdkios / 0.0.74 / YQHchatsdkios.podspec.json
blobda601151c9c07403ec482ecffc30626f4821e908
2   "name": "YQHchatsdkios",
3   "version": "0.0.74",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "聊天SDK",
8   "description": "开源聊天SDK",
9   "homepage": "https://github.com/yangchiher/YQHchatsdkios",
10   "license": "MIT",
11   "authors": {
12     "杨棋贺": "yangchiher@163.com"
13   },
14   "requires_arc": true,
15   "ios": {
16     "frameworks": [
17       "AVFoundation",
18       "UIKit"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/yangchiher/YQHchatsdkios.git",
23     "tag": "0.0.74"
24   },
25   "public_header_files": "Pod/Classes/**/*.{h}",
26   "source_files": "Pod/Classes/**/*",
27   "private_header_files": [
28     "Pod/Classes/Utils/VoiceConvert/amrwapper/wav.h",
29     "Pod/Classes/Utils/VoiceConvert/amrwapper/amrFileCodec.h",
30     "Pod/Classes/Utils/VoiceConvert/opencore-amrnb/*.h",
31     "Pod/Classes/Utils/VoiceConvert/opencore-amrwb/*.h"
32   ],
33   "vendored_libraries": [
34     "Pod/Classes/Utils/VoiceConvert/opencore-amrnb/libopencore-amrnb.a",
35     "Pod/Classes/Utils/VoiceConvert/opencore-amrwb/libopencore-amrwb.a"
36   ],
37   "resources": "Pod/Assets/**/*.png",
38   "dependencies": {
39     "Masonry": [
40       "~> 1.1.0"
41     ],
42     "SDWebImage": [
43       "~> 4.4.6"
44     ]
45   }