[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / YQHchatsdkios / 0.0.7 / YQHchatsdkios.podspec.json
blobc0c3942e2b56b6179e35952948b69ea4bba56374
2   "name": "YQHchatsdkios",
3   "version": "0.0.7",
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.7"
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   "resource_bundles": {
38   },
39   "dependencies": {
40     "Masonry": [
41       "~> 1.1.0"
42     ],
43     "SDWebImage": [
44       "~> 4.4.6"
45     ]
46   }