fixup examples, add motion effect

This commit is contained in:
Ryan Nystrom
2018-03-10 13:16:58 -05:00
parent 1f97693a9c
commit ff3271aa69
11 changed files with 113 additions and 82 deletions
+2
View File
@@ -7,4 +7,6 @@ Pod::Spec.new do |spec|
spec.summary = 'Context menu inspired by Things 3.'
spec.source = { :git => 'https://github.com/GitHawkApp/ContextMenu.git', :tag => '#{s.version}' }
spec.source_files = 'ContextMenu/*.swift'
spec.platform = :ios, '10.0'
spec.swift_version = '4.0'
end