* feat: add ios and rn source * fix(ios): remove testing keys * fix(tracker): change default path
8 lines
130 B
Ruby
8 lines
130 B
Ruby
platform :ios, '13.0'
|
|
|
|
target 'ORTracker' do
|
|
use_frameworks!
|
|
|
|
pod 'SWCompression', '~> 4.8'
|
|
pod 'DeviceKit', '~> 5.1'
|
|
end
|