blob: bb9f0b37dabfc75c4ec1bacd110d3ff37f8cda38 [file] [log] [blame]
{
"name": "ICInputAccessory",
"version": "1.0.0",
"summary": "Customized text fields 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 and delete tokens.\n* Customizable icon and colors.",
"screenshots": [
"https://raw.githubusercontent.com/polydice/ICInputAccessory/gh-pages/screenshots/ICKeyboardDismissTextField.png",
"https://raw.githubusercontent.com/polydice/ICInputAccessory/gh-pages/screenshots/ICTokenField.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.0.0"
},
"source_files": "Source/*.swift",
"resources": "Source/*.xcassets",
"requires_arc": true
}