[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / b / a / YNDropDownMenu / 2.0.6 / YNDropDownMenu.podspec.json
blobf34d403c17483146c872513430eafa8ad0312c21
2   "name": "YNDropDownMenu",
3   "version": "2.0.6",
4   "summary": "Awesome Dropdown menu for iOS with Swift 3",
5   "description": "Awesome dropdown menu, written in Swift 3, appears dropdown menu to display a view of related items when a user click on the dropdown menu. You can customize dropdown view whatever you like (e.g. UITableView, UICollectionView... etc)",
6   "homepage": "https://github.com/younatics/YNDropDownMenu",
7   "screenshots": [
8     "https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu.gif",
9     "https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu2.gif",
10     "https://raw.githubusercontent.com/younatics/YNDropDownMenu/master/Images/YNDropDownMenu3.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Seungyoun Yi": "younatics@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/younatics/YNDropDownMenu.git",
21     "tag": "2.0.6"
22   },
23   "source_files": [
24     "YNDropDownMenu/Source/*.swift",
25     "YNDropDownMenu/Source/*.{h,m}"
26   ],
27   "platforms": {
28     "ios": "8.0"
29   },
30   "frameworks": "UIKit",
31   "requires_arc": true,
32   "pushed_with_swift_version": "3.0"