[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 5 / AMListBox / 0.1.0 / AMListBox.podspec.json
blob9f2264bdccfffbd4d6ec26a6b0ac1ee33cd92342
2   "name": "AMListBox",
3   "version": "0.1.0",
4   "summary": "AMListBox is a revelotionary remedy for classic combo box or listbox. Just use your UILable you can use AMList Box.",
5   "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.",
6   "homepage": "https://github.com/anumothuR/AMListBox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anumothuR": "anumothu911@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/anumothuR/AMListBox.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AMListBox/Classes/**/*",
22   "resource_bundles": {
23     "AMListBox": [
24       "AMListBox/**/*.xib"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"