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