# Uncomment this line to define a global platform for your project
# platform :ios, '6.0'

# https://github.com/CocoaPods/CocoaPods/issues/4420

use_frameworks!

target 'Goats2' do
	pod 'RealmSwift'
	pod 'RealmMapView'
end

post_install do |installer|
    `rm -rf Pods/Headers`
    # `rm -rf Pods/Headers/Private`
    # `find Pods -regex 'Pods\/.*\.modulemap' -print0 | xargs -0 sed -i '' 's/private header.*//'`
end

