Files
SideMenu/Podfile
T
2016-11-03 16:19:39 +08:00

9 lines
145 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'Example' do
pod "SideMenu", :path => "."
target 'ExampleTests'
end