# Uncomment this line if you're using Swift use_frameworks! platform :ios, '9.0' target 'NaturalLanguage' do pod 'SwiftGRPC' end post_install do |installer| %x[ './RUNME' ] end