blob: 081b7ef831efc10158bc51dc06cecedee50a1ff4 [file] [log] [blame]
{
"name": "CocoaImageHashing",
"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.7.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"
]
}
}