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
7 lines
119 B
Ruby
7 lines
119 B
Ruby
platform :ios, '9.0'
|
|
|
|
target 'Example' do
|
|
use_frameworks!
|
|
pod 'ContextMenu', :path => '../ContextMenu.podspec'
|
|
end
|