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.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ameingast committed Mar 31, 2019
1 parent fa8f061 commit 10b07f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.1",
"version": "1.7.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.6.1" },
"source": { "git": "https://github.com/ameingast/cocoaimagehashing.git", "tag": "1.7.0" },
"platforms": { "osx": "10.10", "ios": "8.0" },
"requires_arc": true,
"frameworks": [ "Foundation" ],
Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pod 'CocoaImageHashing', :git => 'https://github.com/ameingast/cocoaimagehashing
To use [Carthage](https://github.com/Carthage/Carthage) (a more lightweight but more hands on package manager) just create a `Cartfile` with

```ruby
github "ameingast/cocoaimagehashing" ~> 1.6.1
github "ameingast/cocoaimagehashing" ~> 1.7.0
```

Then follow the [steps in the Carthage guide](https://github.com/Carthage/Carthage#getting-started) basically (for iOS):
Expand Down

0 comments on commit 10b07f1

Please sign in to comment.