blob: 1b374b1fb7812909e5089bf488a869df9a6d7403 [file] [log] [blame]
{
"name": "MessageInputBar",
"platforms": {
"ios": "9.0"
},
"summary": "A powerful InputAccessoryView ideal for messaging applications.",
"homepage": "https://github.com/MessageKit/MessageInputBar",
"requires_arc": true,
"version": "0.2.0",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source": {
"git": "https://github.com/MessageKit/MessageInputBar.git",
"tag": "0.2.0"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"social_media_url": "https://twitter.com/nathantannar4",
"authors": {
"Nathan Tannar": "nathantannar4@gmail.com"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
},
{
"name": "AttachmentManager",
"source_files": "Plugins/AttachmentManager/**/*.swift",
"dependencies": {
"MessageInputBar/Core": [
]
}
},
{
"name": "AutocompleteManager",
"source_files": "Plugins/AutocompleteManager/**/*.swift",
"dependencies": {
"MessageInputBar/Core": [
]
}
}
]
}