blob: f169a6b4d72b52fc2d185027ecbe499d25c2000f [file] [log] [blame]
{
"name": "LQYChat",
"version": "1.2.8",
"summary": "LQYChat for iOS",
"description": "iOS Chat 聊天会话整合,方便使用。",
"homepage": "https://github.com/memoriesofsnows/LQYChatDemo.git",
"license": "MIT",
"authors": {
"LQY": "luoyuant@163.com"
},
"social_media_url": "http://www.jianshu.com/u/f4284f2cc646",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/memoriesofsnows/LQYChatDemo.git",
"tag": "1.2.8"
},
"resources": "LQYChatDemo/resources/*",
"subspecs": [
{
"name": "M80AttributedLabel",
"source_files": "LQYChatDemo/LQYChat/M80AttributedLabel/*"
},
{
"name": "InputView",
"source_files": "LQYChatDemo/LQYChat/InputView/*"
},
{
"name": "Session",
"dependencies": {
"LQYChat/M80AttributedLabel": [
],
"LQYChat/InputView": [
]
},
"source_files": "LQYChatDemo/LQYChat/Session/*"
}
]
}