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