blob: 62ee1fe38f8ed42d9ee52c45c34bb1734f59ea1b [file] [log] [blame]
{
"name": "JMMessageInput",
"version": "0.1.1",
"summary": "Yet another mobile chat input field",
"description": "Adds a messanger like input. You have all seen how this works.",
"homepage": "https://github.com/staeblorette/JMMessageInput",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"staeblorette": "martin.staehler@gmail.com"
},
"source": {
"git": "https://github.com/staeblorette/JMMessageInput.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "JMMessageInput/Classes/**/*",
"frameworks": [
"UIKit",
"JMContainerControllers"
],
"dependencies": {
"JMContainerControllers": [
]
}
}