blob: 6a6f5243e615c2d693f17ece52ba3ea048a1f0f2 [file] [log] [blame]
{
"name": "WolfChat",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/wolfmcnally",
"swift_version": "4.0",
"platforms": {
"ios": "11.0"
},
"source_files": "WolfChat/Classes/**/*",
"dependencies": {
"WolfCore": [
"~> 2.1"
]
}
}