[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 2 / 4 / b / MTalker / 0.1.7 / MTalker.podspec.json
blob0a061be9b57a3b4372f21f65399ece49e5d7a241
2   "name": "MTalker",
3   "version": "0.1.7",
4   "summary": "咨询医生的音视频服务",
5   "description": "咨询医生的音视频服务,底层封装成静态库,支持pod",
6   "homepage": "https://github.com/rrun/MTalker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rrun": "hxy_sky@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rrun/MTalker.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTalker/Classes/**/*.h",
22   "public_header_files": "MTalker/Classes/**/*.h",
23   "vendored_libraries": "MTalker/Assets/libMTalkerClient.a",
24   "preserve_paths": "MTalker/Assets/libMTalkerClient.a",
25   "resource_bundles": {
26     "MTalker": [
27       "MTalker/Resources/*.*"
28     ]
29   },
30   "frameworks": [
31     "UIKit",
32     "AudioToolbox",
33     "AVFoundation",
34     "AdSupport"
35   ],
36   "dependencies": {
37     "MJExtension": [
38       "~> 3.0.13"
39     ],
40     "KeychainItemWrapper-hicool": [
41       "~> 0.0.1"
42     ],
43     "ftcodec": [
44       "~> 1.1.0.307"
45     ],
46     "XY_NetWorkClient": [
47       "~> 1.0.6"
48     ]
49   }