From a88d668386d20bb5d6c0869fb3ad73c8d2d59a16 Mon Sep 17 00:00:00 2001 From: Prakhar Srivastava Date: Fri, 10 Sep 2021 18:51:50 +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 c794d2e..08d3b7a 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.7' - s.summary = 'This is trackier-ios-sdk 1.6.7' + s.version = '1.6.9' + s.summary = 'This is trackier-ios-sdk 1.6.9' # 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.7' } + s.source = { :git => 'https://github.com/trackier/ios-sdk.git', :tag => '1.6.9' } # s.social_media_url = 'https://twitter.com/' s.swift_version = '5.0'