blob: a3ecf20b56d0e2a01945536823a5b1428bef3c32 [file] [log] [blame]
{
"name": "WolfChat",
"version": "0.2.3",
"summary": "A framework for creating text chat-style interfaces.",
"description": "A framework for creating text chat-style interfaces. Architected to be easy to include custom chat items of any design.",
"homepage": "https://github.com/wolfmcnally/WolfChat",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"wolfmcnally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfChat.git",
"tag": "0.2.3"
},
"social_media_url": "https://twitter.com/wolfmcnally",
"swift_version": "4.1",
"platforms": {
"ios": "11.0"
},
"source_files": "WolfChat/Classes/**/*",
"dependencies": {
"WolfCore": [
"~> 2.1"
]
}
}