[Add] HyperCore 0.0.1
[CocoaPods.git] / Specs / 3 / 0 / f / DropDown / 2.3.2 / DropDown.podspec.json
blob6065f05dc6e9825debc7160f85bbef6939ccd52d
2   "name": "DropDown",
3   "version": "2.3.2",
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.3.2"
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