mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 19:57:41 +00:00
13 lines
195 B
Ruby
13 lines
195 B
Ruby
use_frameworks!
|
|
platform :ios, '7.0'
|
|
pod 'Firebase/AdMob'
|
|
|
|
target 'AdMobExample' do
|
|
end
|
|
target 'AdMobExampleSwift' do
|
|
end
|
|
target 'AdMobExampleTests' do
|
|
end
|
|
target 'AdMobExampleSwiftTests' do
|
|
end
|