blob: 06fd7724e5d30c5f9414b54101a8368152969d33 [file] [log] [blame]
{
"name": "ICInputAccessory",
"version": "1.2.1",
"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"
},
"source": {
"git": "https://github.com/polydice/ICInputAccessory.git",
"tag": "v1.2.1"
},
"requires_arc": true,
"default_subspecs": [
"KeyboardDismissTextField",
"TokenField"
],
"pushed_with_swift_version": "2.3",
"subspecs": [
{
"name": "KeyboardDismissTextField",
"source_files": "Source/KeyboardDismissTextField/*.swift",
"resources": "Source/KeyboardDismissTextField/*.xcassets"
},
{
"name": "TokenField",
"source_files": "Source/TokenField/*.swift"
}
]
}