blob: 76a6de7e20d18421bcd468951119811ba73a7319 [file] [log] [blame]
{
"name": "AccessoryBarView",
"version": "1.1.3",
"summary": "This component provides a easy way for using accessory view for the iOS keyboard.",
"description": "This component provides a easy way for using accessory view with the iOS keyboard. Fully customizable and uses the library InputProgrees to give feedback to the user regarding his progress on an exaustive form flow.",
"homepage": "https://github.com/leafarmd/AccessoryBarView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rafael Damasceno": "leafarmd@gmail.com"
},
"source": {
"git": "https://github.com/leafarmd/AccessoryBarView.git",
"tag": "1.1.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "AccessoryBarView/Classes/**/*",
"dependencies": {
"InputProgress": [
]
}
}