blob: fc2ee600b5bbf1702213b55272e91ac195caa61d [file] [log] [blame]
{
"name": "ChatLayout",
"version": "0.2.5",
"summary": "An alternative solution to MessageKit. It uses custom UICollectionViewLayout to provide you full control over the presentation.",
"swift_versions": "5.2",
"description": "ChatLayout is an alternative solution to MessageKit. It uses custom\nUICollectionViewLayout to provide you full control over the presentation as well as all the tools available in\nUICollectionView. It supports dynamic cells and supplementary view sizes.",
"homepage": "https://github.com/ekazaev/ChatLayout",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eugene Kazaev": "eugene.kazaev@gmail.com"
},
"source": {
"git": "https://github.com/ekazaev/ChatLayout.git",
"tag": "0.2.5"
},
"platforms": {
"ios": "12.0"
},
"default_subspecs": "Ultimate",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Ultimate",
"dependencies": {
"ChatLayout/Core": [
],
"ChatLayout/Extras": [
]
}
},
{
"name": "Core",
"source_files": "ChatLayout/Classes/Core/**/*"
},
{
"name": "Extras",
"source_files": "ChatLayout/Classes/Extras/**/*",
"dependencies": {
"ChatLayout/Core": [
]
}
}
],
"swift_version": "5.2"
}