You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
use_frameworks!
|
|
|
|
platform :ios, '9.0'
|
|
|
|
target 'LSRedoVendor_Example' do
|
|
pod 'LSRedoVendor', :path => '../'
|
|
|
|
target 'LSRedoVendor_Tests' do
|
|
inherit! :search_paths
|
|
|
|
|
|
end
|
|
end
|