From 904587f6c7a1e4dd32099f9534c8b6dcd32af3a4 Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Thu, 8 Dec 2016 07:53:59 +0100 Subject: [PATCH] Prepared for release 1.4.0 --- CocoaImageHashing.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CocoaImageHashing.podspec.json b/CocoaImageHashing.podspec.json index ae29d33..a420f69 100644 --- a/CocoaImageHashing.podspec.json +++ b/CocoaImageHashing.podspec.json @@ -1,12 +1,12 @@ { "name": "CocoaImageHashing", - "version": "1.3.1", + "version": "1.4.0", "summary": "CocoaImageHashing is a framework for perceptual image hashing", "description": "A perceptual hash is a fingerprint of a multimedia file derived from various features from its content.\nUnlike cryptographic hash functions which rely on the avalanche effect of small changes in input leading to drastic changes in the output, perceptual hashes are 'close' to one another if the features are similar.", "homepage": "https://github.com/ameingast/cocoaimagehashing", "license": { "type": "BSD3", "file": "LICENSE" }, "authors": { "Andreas Meingast": "ameingast@gmail.com" }, - "source": { "git": "https://github.com/ameingast/cocoaimagehashing.git", "tag": "1.3.1" }, + "source": { "git": "https://github.com/ameingast/cocoaimagehashing.git", "tag": "1.4.0" }, "platforms": { "osx": "10.6", "ios": "8.0" }, "requires_arc": true, "frameworks": [ "Foundation" ],