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