03c33c46e0
* Decrease minium iOS version Create ContextMenuHapticFeedbackStyle enumeration to mirror iOS UIImpactFeedbackGenerator.FeedbackStyle * Rename ContextMenuHapticFeedbackStyle and put the enum inside an extension to match the common style * Rename ContextMenuHapticFeedbackStyle to HapticFeedbackStyle * Update the Example project - Install newest Pod version - Specify platform in the Podfile - Unset development team
22 lines
474 B
JSON
22 lines
474 B
JSON
{
|
|
"name": "ContextMenu",
|
|
"version": "0.5.1",
|
|
"license": {
|
|
"type": "MIT"
|
|
},
|
|
"homepage": "https://github.com/GitHawkApp/ContextMenu",
|
|
"authors": {
|
|
"Ryan Nystrom": "rnystrom@whoisryannystrom.com"
|
|
},
|
|
"summary": "Context menu inspired by Things 3.",
|
|
"source": {
|
|
"git": "https://github.com/GitHawkApp/ContextMenu.git",
|
|
"tag": "0.5.1"
|
|
},
|
|
"source_files": "ContextMenu/*.swift",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"swift_version": "4.2"
|
|
}
|