forked from ameingast/cocoaimagehashing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCocoaImageHashing.podspec.json
26 lines (26 loc) · 1.26 KB
/
CocoaImageHashing.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "CocoaImageHashing",
"version": "1.0.0",
"authors": {
"Andreas Meingast": "[email protected]"
},
"license": "Copyright (c) 2015 Andreas Meingast. All rights reserved.",
"homepage": "https://github.com/ameingast/coocaimagehashing",
"source": {
"git": "https://github.com/ameingast/cocoaimagehashing.git",
"tag": "1.0.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.",
"documentation_url": "http://github.com/ameingast/cocoaimagehashing/README.markdown",
"platforms": {
"osx": "10.11",
"ios": "8.0"
},
"requires_arc": true,
"frameworks": [ "Foundation" ],
"source_files": "CocoaImageHashing/*.{h,m}",
"public_header_files": [ "CocoaImageHashing.h", "CocoaImageHashing/OSTypes.h", "CocoaImageHashing/OSImageHashing.h" ],
"osx": { "frameworks": [ "Cocoa" ] },
"ios": { "frameworks": [ "UIKit" ] }
}