December 16, 2021 - v1.16.0
This generation of the SDK is deprecated and is no longer supported. You can find the current version here: https://github.com/devtodev-analytics/ios-sdk-2.0
platform :ios, '9.0'
target 'TargetName' do
use_frameworks!
pod 'devtodev'
end
target ‘ExtensionTargetName’ do
platform :ios, ’10.0’
pod ‘devtodev/AppExtension’
end
Full description of the integration process of devtodev SDK and all the accessible features can be found on the page with official devtodev documentation.
See releases.