mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
11 lines
162 B
Ruby
11 lines
162 B
Ruby
# AppIndexingExample
|
|
|
|
use_frameworks!
|
|
platform :ios, '7.0'
|
|
pod 'Firebase/AppIndexing'
|
|
|
|
target 'AppIndexingExample' do
|
|
end
|
|
target 'AppIndexingExampleSwift' do
|
|
end
|