TestsTested | ✓ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Sep 2016 |
SPMSupports SPM | ✗ |
Maintained by Theo Damaville, Nicolas Sagnette, ATInternet.
The AT Internet tag allows you to follow your users activity throughout your application’s lifecycle. To help you, the tag makes available classes (helpers) enabling the quick implementation of tracking for different application events (screen loads, gestures, video plays…)
Find the integration information by following this link
target 'MyProject' do
pod "ATInternet-iOS-Swift-SDK/iOS",">=2.0"
use_frameworks!
end
# required when building for App Extension
pod "ATInternet-iOS-Swift-SDK",">=2.0"
use_frameworks!
target 'MyProject' do
pod "ATInternet-iOS-Swift-SDK/iOS",">=2.0"
use_frameworks!
end
target 'MyProject App Extension' do
pod "ATInternet-iOS-Swift-SDK/AppExtension",">=2.0"
use_frameworks!
end
Simplty add the line below :
github "at-internet/atinternet-ios-swift-sdk" >=2.0
MIT