[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 8 / MLDropDown / 0.0.3 / MLDropDown.podspec.json
blob135a5f715b9bf89f87cf5a3f13259e930043631f
2   "name": "MLDropDown",
3   "version": "0.0.3",
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.3"
27   },
28   "source_files": "MLDropDown/**/*.{h,m,swift}",
29   "swift_version": "5"