blob: 59f8ed0d85dc7493b8cf8e0be00432e80dcfc01b [file] [log] [blame]
{
"name": "CDChatList",
"version": "0.2.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.2.3"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CDChatList/Classes/**/**/*.{h,m}",
"public_header_files": "CDChatList/Classes/**/**/*.h",
"resource_bundles": {
"CDInputViewBundle": [
"CDChatList/Assets/CDInputViewBundle/*"
],
"CDExpression": [
"CDChatList/Assets/CDExpression/*"
]
},
"dependencies": {
"SDWebImage": [
],
"CDLabel": [
"0.1.0"
]
},
"subspecs": [
{
"name": "CDChatInputBox",
"source_files": "CDChatList/Classes/CDChatInputBox/**/*.{h,m}"
}
]
}