blob: c0c3942e2b56b6179e35952948b69ea4bba56374 [file] [log] [blame]
{
"name": "YQHchatsdkios",
"version": "0.0.7",
"platforms": {
"ios": "8.0"
},
"summary": "一款不绑定服务的纯聊天SDK",
"description": "向开源发展,一款不绑定服务的纯聊天SDK",
"homepage": "https://github.com/yangchiher/YQHchatsdkios",
"license": "MIT",
"authors": {
"杨棋贺": "yangchiher@163.com"
},
"requires_arc": true,
"ios": {
"frameworks": [
"AVFoundation",
"UIKit"
]
},
"source": {
"git": "https://github.com/yangchiher/YQHchatsdkios.git",
"tag": "0.0.7"
},
"public_header_files": "Pod/Classes/**/*.{h}",
"source_files": "Pod/Classes/**/*",
"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"
],
"resource_bundles": {
},
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"SDWebImage": [
"~> 4.4.6"
]
}
}