[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / f / MISDropdownViewController / 1.0.0 / MISDropdownViewController.podspec.json
blob19ea69a83a250cd4b6a260403d26070698b336e4
2   "name": "MISDropdownViewController",
3   "version": "1.0.0",
4   "summary": "Simple UI component that represents content as dropdown on iPhone and popover on iPad by default.",
5   "description": "                    Simple UI component that represents the content as dropdown on iPhone and popover on iPad by default.\n\n                    Configurable to show the content always as dropdown or as popover (iPad only) and configure if the dropdown should appear at the top or bottom.\n\n                    MISDropdownViewController uses ARC and supports iOS 7.0+\n",
6   "homepage": "https://github.com/maicki/MISDropdownViewController",
7   "license": "MIT",
8   "authors": {
9     "Michael Schneider": "mischneider1@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/maicki/MISDropdownViewController.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "MISDropdownViewController",
20   "public_header_files": "MISDropdownViewController/**/*.h",
21   "frameworks": "UIKit"