blob: 85baf574df23922a8c3ecc06975938003f15ab22 [file] [log] [blame]
{
"name": "InputViews",
"version": "1.0.3",
"summary": "Custom input views for UIKeyboard",
"description": "Input views for UITextField show PickerView, TableView, Collection, instead of default keyboard",
"homepage": "https://github.com/sag333ar/InputViews",
"license": "MIT",
"authors": {
"Sagar Kothari": "sag333ar@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/sag333ar/InputViews.git",
"tag": "1.0.3"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "AccessoryView",
"source_files": "InputViews/AccessoryView/**/*.{swift}"
},
{
"name": "CollectionInputView",
"source_files": "InputViews/CollectionInputView/**/*.{swift}"
},
{
"name": "DatePickerInputView",
"source_files": "InputViews/DatePickerInputView/**/*.{swift}"
},
{
"name": "NoCutPasteField",
"source_files": "InputViews/NoCutPasteField/**/*.{swift}"
},
{
"name": "PickerInputView",
"source_files": "InputViews/PickerInputView/**/*.{swift}"
},
{
"name": "TableInputView",
"source_files": "InputViews/TableInputView/**/*.{swift}"
}
]
}