source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!

target 'Highlightr_Example' do
  platform :ios, '8.3'

  pod 'Highlightr', :path => '../'
  pod 'ActionSheetPicker-3.0', :inhibit_warnings => true
end

target 'Highlightr_OSX_Example' do
  platform :osx, '10.11'

  pod 'Highlightr', :path => '../'
end
