2015-08-07 12:31:48 +02:00

21 lines
381 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
inhibit_all_warnings!
pod 'PureLayout'
pod 'pop', '~> 1.0'
target 'TabBarPicker_Example', :exclusive => true do
pod "TabBarPicker", :path => "../"
pod 'PureLayout'
pod 'pop', '~> 1.0'
pod 'UIView-Overlay'
end
target 'TabBarPicker_Tests', :exclusive => true do
pod "TabBarPicker", :path => "../"
end