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'