blob: 099d40a569ae5c9a80d9029171aeabd53f314c80 [file] [log] [blame]
{
"name": "AutoCompleteTextField",
"version": "0.2.4",
"summary": "TextField Subclass with auto completion feature.",
"description": "\"A TextField Subclass that has input suggestion for user's convenience where auto completion feature kicks in where the suggestions are from filtered data from the provided source of the user.\"",
"homepage": "https://github.com/nferocious76/AutoCompleteTextField",
"license": "MIT",
"authors": {
"Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
},
"source": {
"git": "https://github.com/nferocious76/AutoCompleteTextField.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AutoCompleteTextField": [
"Pod/Assets/**/*.{png,jpeg,jpg}"
]
},
"pushed_with_swift_version": "3.0-GM-CANDIDATE"
}