blob: bbf0b3236b80b7437b5cc615599ee44a9e044ee9 [file] [log] [blame]
{
"name": "FlatDropdown",
"version": "0.0.2",
"summary": "A flat designed drop down for iOS.",
"description": "A flat designed drop down for iOS useful for those who want a sleeker-looking input field.",
"homepage": "https://github.com/educrate/flat-dropdown-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"christianampe": "christianampe.educrate@gmail.com"
},
"source": {
"git": "https://github.com/educrate/flat-dropdown-ios.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.1",
"source_files": "FlatDropdown/Classes/**/*",
"dependencies": {
"FlatField": [
"~> 0.0.5"
]
}
}