From a8aaf38b6b05e9dc8d4352da87bc69c6d6914de6 Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Sun, 1 Oct 2017 18:40:02 +0200 Subject: [PATCH] Fixed podspec for release 1.5.0 --- CocoaImageHashing.podspec.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CocoaImageHashing.podspec.json b/CocoaImageHashing.podspec.json index f28c1d6..b00e00f 100644 --- a/CocoaImageHashing.podspec.json +++ b/CocoaImageHashing.podspec.json @@ -6,7 +6,7 @@ "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.4.0" }, + "source": { "git": "https://github.com/ameingast/cocoaimagehashing.git", "tag": "1.5.0" }, "platforms": { "osx": "10.6", "ios": "8.0" }, "requires_arc": true, "frameworks": [ "Foundation" ],