RCPageControl/RCPageControlExample/Podfile

10 lines
135 B
Ruby

platform :ios, '6.0'
target 'RCPageControlExample' do
pod 'pop'
pod 'iCarousel'
pod 'RCPageControl', :path => '../'
end