Files
Abdurahim Jauzee 03c33c46e0 Decrease minimum iOS version (#46)
* 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
2019-01-05 13:48:47 -05:00

7 lines
119 B
Ruby

platform :ios, '9.0'
target 'Example' do
use_frameworks!
pod 'ContextMenu', :path => '../ContextMenu.podspec'
end