blob: 0a061be9b57a3b4372f21f65399ece49e5d7a241 [file] [log] [blame]
{
"name": "MTalker",
"version": "0.1.7",
"summary": "咨询医生的音视频服务",
"description": "咨询医生的音视频服务,底层封装成静态库,支持pod",
"homepage": "https://github.com/rrun/MTalker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rrun": "hxy_sky@foxmail.com"
},
"source": {
"git": "https://github.com/rrun/MTalker.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MTalker/Classes/**/*.h",
"public_header_files": "MTalker/Classes/**/*.h",
"vendored_libraries": "MTalker/Assets/libMTalkerClient.a",
"preserve_paths": "MTalker/Assets/libMTalkerClient.a",
"resource_bundles": {
"MTalker": [
"MTalker/Resources/*.*"
]
},
"frameworks": [
"UIKit",
"AudioToolbox",
"AVFoundation",
"AdSupport"
],
"dependencies": {
"MJExtension": [
"~> 3.0.13"
],
"KeychainItemWrapper-hicool": [
"~> 0.0.1"
],
"ftcodec": [
"~> 1.1.0.307"
],
"XY_NetWorkClient": [
"~> 1.0.6"
]
}
}