Files
MMMaterialDesignSpinner/Example/Podfile
T
Mike Maxwell 35b9a0a5e8 Initial commit
2014-12-28 10:29:43 -08:00

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