[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / b / a / YNDropDownMenu / 2.0.4 / YNDropDownMenu.podspec.json
blob3a2c3e579ec640970bee65c32a07d791fa425722
2   "name": "YNDropDownMenu",
3   "version": "2.0.4",
4   "summary": "YNDropDownMenu is created to make drop down menu 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.4"
22   },
23   "source_files": "Source/*.swift",
24   "platforms": {
25     "ios": "8.0"
26   },
27   "frameworks": "UIKit",
28   "requires_arc": true,
29   "pushed_with_swift_version": "echo \"3.0\" > .swift-version"