Segmentio/Example/Podfile

13 lines
176 B
Ruby

platform :ios, '8.0'
use_frameworks!
target 'Segmentio_Example' do
pod 'Segmentio', :path => '../'
target 'Segmentio_Tests' do
inherit! :search_paths
end
end