ads tracking
This commit is contained in:
23
Podfile
Normal file
23
Podfile
Normal file
@@ -0,0 +1,23 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
platform :ios, '17.6'
|
||||
target 'Cable' do
|
||||
# Comment the next line if you don't want to use dynamic frameworks
|
||||
use_frameworks!
|
||||
|
||||
# Pods for Cable
|
||||
pod "PostHog", "~> 3.0"
|
||||
target 'CableTests' do
|
||||
inherit! :search_paths
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
target 'CableUITests' do
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
target 'CableUITestsScreenshot' do
|
||||
# Pods for testing
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user