blob: 7927a6705106252d99c163f27534bffda28fc924 [file] [log] [blame]
{
"name": "CDChatList",
"version": "0.1.3",
"summary": "Awesome chatlist component for iOS.",
"homepage": "https://github.com/chdo002/CDChatList",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chdo002": "1107661983@qq.com"
},
"source": {
"git": "https://github.com/chdo002/CDChatList.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CDChatList/Classes/**/**/*.{h,m}",
"dependencies": {
"SDWebImage": [
]
},
"subspecs": [
{
"name": "CDLabel",
"source_files": "CDChatList/Classes/CDLabel/**/*.{h,m}"
},
{
"name": "CDChatInputBox",
"source_files": "CDChatList/Classes/CDChatInputBox/**/*.{h,m}"
}
]
}