blob: c3f3d7897085e43539d601068b547cf8dfc740b9 [file] [log] [blame]
{
"name": "InputBarAccessoryView",
"platforms": {
"ios": "11.0"
},
"summary": "Make powerful and flexible InputAccessoryView's with ease",
"description": "Featuring reactive changes, autocomplete, image paste support and so much more.",
"requires_arc": true,
"swift_versions": "5.0",
"version": "5.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nathan Tannar": "nathantannar4@gmail.com"
},
"homepage": "https://github.com/nathantannar4/InputBarAccessoryView",
"source": {
"git": "https://github.com/nathantannar4/InputBarAccessoryView.git",
"tag": "5.1.0"
},
"frameworks": "UIKit",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.{swift}"
},
{
"name": "RxExtensions",
"source_files": "RxInputBarAccessoryView/*.{swift}",
"dependencies": {
"InputBarAccessoryView/Core": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}
],
"swift_version": "5.0"
}