[Add] AnyThinkiOS 6.4.40
[CocoaPods.git] / Specs / 3 / 0 / f / DropDown / 0.1.2 / DropDown.podspec.json
blob93251c38262ef7f4766a5c4e51fa1d097ef297d1
2   "name": "DropDown",
3   "version": "0.1.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/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.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