forked from ameingast/cocoaimagehashing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCocoaImageHashing.podspec.json
More file actions
17 lines (17 loc) · 1.12 KB
/
Copy pathCocoaImageHashing.podspec.json
File metadata and controls
17 lines (17 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "CocoaImageHashing",
"version": "1.8.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.8.0" },
"platforms": { "osx": "10.10", "ios": "8.0" },
"requires_arc": true,
"frameworks": [ "Foundation" ],
"source_files": "CocoaImageHashing/*.{h,m}",
"public_header_files": [ "CocoaImageHashing/CocoaImageHashing.h", "CocoaImageHashing/OSTypes.h", "CocoaImageHashing/OSImageHashing.h" ],
"osx": { "frameworks": [ "Cocoa" ] },
"ios": { "frameworks": [ "UIKit" ] }
}