blob: 931ce6ba551de5c91374fe1b3aa53d78b8531702 [file] [log] [blame]
{
"name": "FlatDropdown",
"version": "0.0.3",
"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.3"
},
"platforms": {
"ios": "9.3"
},
"swift_version": "4.1",
"source_files": "FlatDropdown/Classes/**/*",
"dependencies": {
"FlatField": [
"~> 0.0.7"
]
}
}