blob: b8dbdc7b4b4918a06ef01823587982af95bdfff8 [file] [log] [blame]
{
"name": "NMFloatLabelSearchField",
"version": "2.0.0",
"summary": "A lightweight subclass of UITextField to display floating hints and suggestion list as you type.",
"description": "A lightweight subclass of SkyFloatingLabelTextField to display dynamic floating hints and suggestion list as you type text in the text field. Combination of https://github.com/Skyscanner/SkyFloatingLabelTextField and https://github.com/apasccon/SearchTextField pods.",
"homepage": "https://github.com/namshi/NMFloatLabelSearchField",
"screenshots": "https://github.com/namshi/NMFloatLabelSearchField/blob/master/Screenshots/NMFloatLabelSearchField_1.0.0.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Namshi General Trading L.L.C": "mobile-dev@namshi.com"
},
"source": {
"git": "https://github.com/namshi/NMFloatLabelSearchField.git",
"tag": "2.0.0"
},
"social_media_url": "https://twitter.com/namshidotcom",
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source_files": "NMFloatLabelSearchField/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SkyFloatingLabelTextField": [
"~> 3.6.0"
]
},
"swift_version": "4.2"
}