openreplay/tracker/tracker-ios/Podfile
Delirium c0da34c528
feat(ios): add Ios source (#1640)
* feat: add ios and rn source

* fix(ios): remove testing keys

* fix(tracker): change default path
2023-11-10 10:32:55 +01:00

8 lines
130 B
Ruby

platform :ios, '13.0'
target 'ORTracker' do
use_frameworks!
pod 'SWCompression', '~> 4.8'
pod 'DeviceKit', '~> 5.1'
end