[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / 5 / b / XMChatBar / 1.2.2 / XMChatBar.podspec.json
blob43c36fe31bf7394103acc64d9a21a49039b3477d
2   "name": "XMChatBar",
3   "version": "1.2.2",
4   "summary": "模仿微信聊天输入框",
5   "description": "模仿微信,QQ聊天输入框,共同学习,如果您发现什么bug或者有什么问题,可以联系我",
6   "homepage": "https://github.com/ws00801526/XMChatBarExample",
7   "license": "MIT",
8   "authors": {
9     "XMFraker": "3057600441@qq.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ws00801526/XMChatBarExample.git",
16     "tag": "1.2.2"
17   },
18   "source_files": "XMChatBar/**/*.{h,m}",
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "MapKit",
23       "Foundation"
24     ],
25     "vendored_libraries": "XMChatBar/Vendors/VoiceLib/libmp3lame.a"
26   },
27   "requires_arc": true,
28   "resources": [
29     "XMChatBar/chatBar.xcassets",
30     "XMChatBar/face.plist"
31   ],
32   "dependencies": {
33     "Masonry": [
35     ]
36   }