[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / f / DropDown / 0.1.5 / DropDown.podspec.json
blob5e18c0414497bea4163765bc3655e91784d15c91
2   "name": "DropDown",
3   "version": "0.1.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/kevin-hirsch/DropDown",
7   "screenshots": [
8     "https://github.com/kevin-hirsch/DropDown/blob/master/Screenshots/1.png?raw=true",
9     "https://github.com/kevin-hirsch/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/kevin-hirsch/DropDown.git",
24     "tag": "0.1.5"
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