mirror of
https://bitbucket.org/vendoo/vendoo_v1.0.git
synced 2025-12-25 11:47:40 +00:00
13 lines
192 B
Ruby
13 lines
192 B
Ruby
# AnalyticsExample
|
|
|
|
use_frameworks!
|
|
platform :ios, '7.0'
|
|
pod 'Firebase/Analytics'
|
|
|
|
target 'AnalyticsExample' do
|
|
end
|
|
target 'AnalyticsExampleSwift' do
|
|
end
|
|
target 'AnalyticsExampleTests' do
|
|
end
|