11 lines
162 B
Ruby

# AppIndexingExample
use_frameworks!
platform :ios, '7.0'
pod 'Firebase/AppIndexing'
target 'AppIndexingExample' do
end
target 'AppIndexingExampleSwift' do
end