Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Prepared for release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ameingast committed Sep 17, 2016
1 parent 19201b5 commit 579f64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CocoaImageHashing.podspec.json
Original file line number Diff line number Diff line change
@@ -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" ],
Expand Down

0 comments on commit 579f64b

Please sign in to comment.