blob: 9f2264bdccfffbd4d6ec26a6b0ac1ee33cd92342 [file] [log] [blame]
{
"name": "AMListBox",
"version": "0.1.0",
"summary": "AMListBox is a revelotionary remedy for classic combo box or listbox. Just use your UILable you can use AMList Box.",
"description": "Spec\nXcode 8+,\niOS 10,\nSwift 3\n\nUsage\nAMListBox will help you to create ComboListBox in iOS.\n\n* List will be open in seperate page in a tableview\n* User can search the list and choose\n* already selected item should be in the top.\n* Multiselection is not supported.\n* Xib has been attached for easy reference.\n* Support only on String list now. Will change it later as generic one.",
"homepage": "https://github.com/anumothuR/AMListBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"anumothuR": "anumothu911@gmail.com"
},
"source": {
"git": "https://github.com/anumothuR/AMListBox.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "AMListBox/Classes/**/*",
"resource_bundles": {
"AMListBox": [
"AMListBox/**/*.xib"
]
},
"pushed_with_swift_version": "3.0"
}