source 'https://github.com/CocoaPods/Specs.git'
source 'https://forge.adtag.eu/pub/Specs'
platform :ios, '9.0'

target 'RNTestConnecthings' do
	# Uncomment this line if you're using Swift or would like to use dynamic frameworks
	use_frameworks!

	pod "AdtagLocationDetection", '3.1.5'

	post_install do |installer|
        installer.pods_project.targets.each do |target|
        target.build_configurations.each do |configuration|
                configuration.build_settings['SWIFT_VERSION'] = "4.1"
            end
        end
    end
end
