[Add] PurchasesHybridCommonUI 13.16.0
[CocoaPods.git] / Specs / 2 / d / 0 / JYDropDownMenu / 1.0.0 / JYDropDownMenu.podspec.json
blobca8ffcf3365d6561350b0656a61c45427fde07b4
2   "name": "JYDropDownMenu",
3   "version": "1.0.0",
4   "summary": "A drop-down menu list as an alternative to UIPickerView.",
5   "description": "JYDropDownMenu is a drop-down menu written in Swift. The title is a UIView with an embedded UILabel\nthat contains the title of the menu, and clicking on the title will drop the menu down, from\nwhich you can select the item of your choice.",
6   "homepage": "https://github.com/Jerry-J-Yu/JYDropDownMenu",
7   "license": "MIT",
8   "authors": {
9     "Jerry Yu": "jerryyu@uchicago.edu"
10   },
11   "source": {
12     "git": "https://github.com/Jerry-J-Yu/JYDropDownMenu.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/*.swift"