[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / e / YQHChatUI / 0.0.28 / YQHChatUI.podspec.json
blob00c390681c3915ca4644f5eb42057fb4dcb0fcd2
2   "name": "YQHChatUI",
3   "version": "0.0.28",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "聊天基础界面",
8   "description": "聊天基础界面,快速搭建属于自己的聊天界面。",
9   "homepage": "https://github.com/yangqihe/YQHChatUI",
10   "license": "MIT",
11   "authors": {
12     "杨棋贺": "yangqihe@aliyun.com"
13   },
14   "requires_arc": true,
15   "ios": {
16     "frameworks": [
17       "AVFoundation",
18       "UIKit"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/yangqihe/YQHChatUI.git",
23     "tag": "0.0.28"
24   },
25   "public_header_files": "Pod/Classes/**/*.{h}",
26   "source_files": "Pod/Classes/**/*.{h,m,mm}",
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       "~> 5.0"
44     ]
45   }