From 579f64b8e9416f097ee05cbe8512e153fa581ba5 Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Sat, 17 Sep 2016 10:07:01 +0200 Subject: [PATCH] Prepared for release 1.2.0 --- CocoaImageHashing.podspec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CocoaImageHashing.podspec.json b/CocoaImageHashing.podspec.json index 1adcf8e..e4b52bf 100644 --- a/CocoaImageHashing.podspec.json +++ b/CocoaImageHashing.podspec.json @@ -1,12 +1,12 @@ { "name": "CocoaImageHashing", - "version": "1.1.0", + "version": "1.2.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.1.0" }, + "source": { "git": "https://github.com/ameingast/cocoaimagehashing.git", "tag": "1.2.0" }, "platforms": { "osx": "10.6", "ios": "8.0" }, "requires_arc": true, "frameworks": [ "Foundation" ],