[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 3 / 0 / f / DropDown / 2.0.1 / DropDown.podspec.json
blob52d033a7f81d999c48d361b601967a101c86dd8f
2   "name": "DropDown",
3   "version": "2.0.1",
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/AssistoLab/DropDown",
7   "screenshots": [
8     "https://github.com/AssistoLab/DropDown/blob/master/Screenshots/1.png?raw=true",
9     "https://github.com/AssistoLab/DropDown/blob/master/Screenshots/2.png?raw=true"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "kevin-hirsch": "kevin.hirsch.be@gmail.com"
17   },
18   "social_media_url": "http://twitter.com/kevinh6113",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/AssistoLab/DropDown.git",
24     "tag": "v2.0.1"
25   },
26   "source_files": [
27     "DropDown/src",
28     "DropDown/src/**/*.{h,m}",
29     "DropDown/helpers",
30     "DropDown/helpers/**/*.{h,m}"
31   ],
32   "resources": "DropDown/resources/*.{png,xib}",
33   "requires_arc": true,
34   "pushed_with_swift_version": "4.0"