[Add] DGSwiftUtilities 0.39.1
[CocoaPods.git] / Specs / 4 / 2 / 8 / MLDropDown / 0.0.5 / MLDropDown.podspec.json
blobbc4f139383b4d3b85b243255229d2914bddbcf6c
2   "name": "MLDropDown",
3   "version": "0.0.5",
4   "summary": "A Material Design drop down",
5   "description": "This drop down is to overcome the loss of usability and user experience due to the UIPickerView. Material Design did a good job there so this drop down is very inspired by it. It appears at the right location instead of the bottom of the screen as default with UIPickerView and if possible, all options are displayed at once.",
6   "homepage": "https://github.com/AnNguyen98/MLDropDown",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AnNguyen98": "theannguyen98@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5",
18   "pod_target_xcconfig": {
19     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "source": {
25     "git": "https://annguyen98@github.com/AnNguyen98/MLDropDown.git",
26     "tag": "0.0.5"
27   },
28   "source_files": "MLDropDown/**/*.{h,m,swift,xib}",
29   "swift_version": "5"