blob: e89f415e8bd44c44e59ef47130c5f789d565b331 [file] [log] [blame]
{
"name": "NMFloatLabelSearchField",
"version": "0.1.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",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Noor ul Ain Ali": "noor.ali@namshi.com"
},
"source": {
"git": "https://github.com/namshi/NMFloatLabelSearchField.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/namshidotcom",
"platforms": {
"ios": "8.0"
},
"source_files": "NMFloatLabelSearchField/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SkyFloatingLabelTextField": [
"~> 3.4.0"
]
}
}