15 lines
234 B
Ruby
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
|