blob: a9002377f8698691a35dda5a4d54bdcea890b0b2 [file] [log] [blame]
{
"name": "HMListSelectionController",
"version": "0.1.0",
"summary": "List to show the array of strings, multi select and search the items in the list",
"description": "Show the list,user can multi select and search the items in the list and return the array of string",
"homepage": "https://github.com/avaijayanthimala/HMListSelectionController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"avaijayanthimala": "vaijayanthianandhan@gmail.com"
},
"source": {
"git": "https://github.com/avaijayanthimala/HMListSelectionController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "HMListSelectionController/Classes/**/*",
"resource_bundles": {
"HMListSelectionController": [
"HMListSelectionController/Assets/*.xib"
]
},
"frameworks": "UIKit"
}