From 90c9e847a57449fe276a9cb5d7b110b9f1a40969 Mon Sep 17 00:00:00 2001 From: Thibault Piront nuKs Date: Thu, 29 Nov 2018 19:25:08 +0100 Subject: [PATCH] Update podspec branch tag from 3.1 to 3.2 --- EncryptedCoreData.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EncryptedCoreData.podspec b/EncryptedCoreData.podspec index 33ce9c9..d28e60c 100644 --- a/EncryptedCoreData.podspec +++ b/EncryptedCoreData.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'EncryptedCoreData' - s.version = '3.1' + s.version = '3.2' s.license = 'Apache-2.0' s.summary = 'iOS Core Data encrypted SQLite store using SQLCipher' @@ -12,7 +12,7 @@ Pod::Spec.new do |s| 'MITRE' => 'imas-proj-list@lists.mitre.org' } - s.source = { :git => 'https://github.com/project-imas/encrypted-core-data.git', :tag => '3.1' } + s.source = { :git => 'https://github.com/project-imas/encrypted-core-data.git', :tag => '3.2' } s.frameworks = ['CoreData', 'Security'] s.requires_arc = true