From 8d4e5f7cb0e50b163487fa445b248016b10f005f Mon Sep 17 00:00:00 2001 From: Hemant Mann Date: Thu, 6 Jan 2022 13:45:48 +0530 Subject: [PATCH] Update trackier-ios-sdk.podspec --- trackier-ios-sdk.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trackier-ios-sdk.podspec b/trackier-ios-sdk.podspec index b8d6ad0..0e58eac 100644 --- a/trackier-ios-sdk.podspec +++ b/trackier-ios-sdk.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |s| s.name = 'trackier-ios-sdk' - s.version = '1.6.12' - s.summary = 'This is trackier-ios-sdk 1.6.12' + s.version = '1.6.16' + s.summary = 'This is trackier-ios-sdk 1.6.16' # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? @@ -25,7 +25,7 @@ TODO: Add long description of the pod here. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'trackier' => 'dev@trackier.com' } - s.source = { :git => 'https://github.com/trackier/ios-sdk.git', :tag => '1.6.12' } + s.source = { :git => 'https://github.com/trackier/ios-sdk.git', :tag => '1.6.16' } # s.social_media_url = 'https://twitter.com/' s.swift_version = '5.0'