13 lines
240 B
Ruby
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
|