2015-07-15 15:08:52 +02:00

13 lines
280 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'TabBarPicker_Example', :exclusive => true do
pod "TabBarPicker", :path => "../"
end
target 'TabBarPicker_Tests', :exclusive => true do
pod "TabBarPicker", :path => "../"
pod 'FBSnapshotTestCase'
end