source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
platform :ios, '10.0'

target 'Example' do
  pod "SideMenu", :path => "."
end
