[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / 1 / YQHchatsdkios / 0.0.71 / YQHchatsdkios.podspec.json
blobe4c0b51153f1b4d8ab31d788a6c11933864449d6
2   "name": "YQHchatsdkios",
3   "version": "0.0.71",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "summary": "一款不绑定服务的纯聊天SDK",
8   "description": "向开源发展,一款不绑定服务的纯聊天SDK",
9   "homepage": "https://github.com/yangchiher/YQHchatsdkios",
10   "license": "MIT",
11   "authors": {
12     "杨棋贺": "yangchiher@163.com"
13   },
14   "requires_arc": true,
15   "ios": {
16     "frameworks": [
17       "AVFoundation",
18       "UIKit"
19     ]
20   },
21   "source": {
22     "git": "https://github.com/yangchiher/YQHchatsdkios.git",
23     "tag": "0.0.71"
24   },
25   "public_header_files": "Pod/Classes/**/*.{h}",
26   "source_files": "Pod/Classes/**/*",
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   "resource_bundles": {
38     "YQHchatsdkios": [
39       "Pod/Assets/**/*.png"
40     ]
41   },
42   "dependencies": {
43     "Masonry": [
44       "~> 1.1.0"
45     ],
46     "SDWebImage": [
47       "~> 4.4.6"
48     ]
49   }