Files
SideMenu/Example/Podfile
T
2015-12-23 19:28:55 -08:00

13 lines
240 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'SideMenu_Example', :exclusive => true do
pod "SideMenu", :path => "../"
end
target 'SideMenu_Tests', :exclusive => true do
pod "SideMenu", :path => "../"
end