12 lines
246 B
Ruby
12 lines
246 B
Ruby
source 'https://github.com/CocoaPods/Specs.git'
|
|
|
|
target 'MaterialDesignSpinner', :exclusive => true do
|
|
pod "MaterialDesignSpinner", :path => "../"
|
|
end
|
|
|
|
target 'Tests', :exclusive => true do
|
|
pod "MaterialDesignSpinner", :path => "../"
|
|
|
|
|
|
end
|