| { |
| "name": "YQHChatUI", |
| "version": "0.0.28", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "summary": "聊天基础界面", |
| "description": "聊天基础界面,快速搭建属于自己的聊天界面。", |
| "homepage": "https://github.com/yangqihe/YQHChatUI", |
| "license": "MIT", |
| "authors": { |
| "杨棋贺": "yangqihe@aliyun.com" |
| }, |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "AVFoundation", |
| "UIKit" |
| ] |
| }, |
| "source": { |
| "git": "https://github.com/yangqihe/YQHChatUI.git", |
| "tag": "0.0.28" |
| }, |
| "public_header_files": "Pod/Classes/**/*.{h}", |
| "source_files": "Pod/Classes/**/*.{h,m,mm}", |
| "private_header_files": [ |
| "Pod/Classes/Utils/VoiceConvert/amrwapper/wav.h", |
| "Pod/Classes/Utils/VoiceConvert/amrwapper/amrFileCodec.h", |
| "Pod/Classes/Utils/VoiceConvert/opencore-amrnb/*.h", |
| "Pod/Classes/Utils/VoiceConvert/opencore-amrwb/*.h" |
| ], |
| "vendored_libraries": [ |
| "Pod/Classes/Utils/VoiceConvert/opencore-amrnb/libopencore-amrnb.a", |
| "Pod/Classes/Utils/VoiceConvert/opencore-amrwb/libopencore-amrwb.a" |
| ], |
| "resources": "Pod/Assets/**/*.png", |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ], |
| "SDWebImage": [ |
| "~> 5.0" |
| ] |
| } |
| } |