[Add] VIDVOCR 3.1.5
[CocoaPods.git] / Specs / 3 / c / 5 / DropDownMenuKit / 1.0 / DropDownMenuKit.podspec.json
blob41ea9e69b077570334eeeff07d03f3321b52a432
2   "name": "DropDownMenuKit",
3   "version": "1.0",
4   "summary": "UIKit drop down menu, simple yet flexible and written in Swift",
5   "description": "DropDownMenuKit is a custom UIKit control to show a menu attached to the navigation bar or toolbar. The menu appears with a sliding animation and can be deeply customized. For example, with icons, embedded controls, or a checkmark to denote a selected row among multiple menu cells.",
6   "homepage": "https://github.com/qmathe/DropDownMenuKit",
7   "screenshots": "http://www.quentinmathe.com/github/DropDownMenuKit/App%20History%20Menu%20-%20iPhone%205.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Quentin Mathé": "quentin.mathe@gmail.com"
14   },
15   "social_media_url": "http://twitter.com/quentin_mathe",
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "11.0"
19   },
20   "source": {
21     "git": "https://github.com/qmathe/DropDownMenuKit.git",
22     "tag": "1.0"
23   },
24   "source_files": [
25     "*.swift",
26     "*.{h,m}"
27   ],
28   "public_header_files": "*.h",
29   "resource_bundles": {
30     "DropDownMenuKitAssets": [
31       "DropDownMenuKit.xcassets"
32     ]
33   },
34   "swift_version": "5.0"