source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/DeviceConnect/DeviceConnect-PodSpecs.git'

platform :ios, '9.0'
inhibit_all_warnings!

xcodeproj 'DeviceConnectUIAppTutorial'
pod 'DeviceConnectHostPlugin', '~> 2.0.0'

post_install do |installer|
    installer.pods_project.build_configurations.each do |configuration|
        installer.pods_project.build_settings(configuration.name)['ONLY_ACTIVE_ARCH'] = 'NO'
    end
end
