blob: 15cdff9c791265a3a96b95596799edc3b890e6ec [file] [log] [blame]
{
"name": "ICInputAccessory",
"version": "1.5.0",
"summary": "A customized token text field used in the iCook app.",
"description": "ICKeyboardDismissTextField:\n* An input accessory view with a button to dismiss keyboard.\n\nICTokenField:\n* A horizontal scrolling UI that groups input texts.\n* Easy to add, select and delete tokens.\n* Customizable icon and colors.\n* Supports storyboard.",
"screenshots": [
"https://polydice.github.io/ICInputAccessory/screenshots/ICTokenField.png",
"https://polydice.github.io/ICInputAccessory/screenshots/ICKeyboardDismissTextField.png"
],
"homepage": "https://github.com/polydice/ICInputAccessory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": [
"bcylin",
"trisix"
],
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/polydice/ICInputAccessory.git",
"tag": "v1.5.0"
},
"requires_arc": true,
"default_subspecs": [
"KeyboardDismissTextField",
"TokenField"
],
"subspecs": [
{
"name": "KeyboardDismissTextField",
"source_files": "Source/KeyboardDismissTextField/*.swift",
"resources": "Source/KeyboardDismissTextField/*.xcassets"
},
{
"name": "TokenField",
"source_files": "Source/TokenField/*.swift"
}
]
}