blob: 8af607a035fbff77eb57cc8aff976474d38be48a [file] [log] [blame]
{
"name": "MPAutoCompleteText",
"version": "0.1.1",
"summary": "Repository for Autocomplete Textfield from API, Coredata as well Json response you can manage it",
"description": "A framework which provides text field suggestions as a dropdown list. It is available with iOS 8 and later, Objective-C or Swift.",
"homepage": "https://github.com/mpatelCAS/MPAutoCompleteText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"mpatel": "mpatel@customapps.in"
},
"source": {
"git": "https://github.com/mpatelCAS/MPAutoCompleteText.git",
"tag": "0.1.1"
},
"source_files": [
"MPAutoCompleteData/*.{h,m}",
"MPAutoCompleteData/**/*.{h,m}",
"MPAutoCompleteData/**/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"ios": {
"frameworks": [
"CoreData"
],
"vendored_frameworks": "AutoCompletion.framework"
},
"platforms": {
"ios": "8.0"
}
}