Segmentio/Example/Podfile

7 lines
106 B
Ruby

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