Files
2019-10-19 14:48:22 -07:00

15 lines
234 B
Ruby

use_frameworks!
platform :ios, '8.3'
target 'ScaledCenterCarousel_Example' do
pod 'ScaledCenterCarousel', :path => '../'
target 'ScaledCenterCarousel_Tests' do
inherit! :search_paths
pod 'Specta'
pod 'Expecta'
end
end