[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 4 / c / CocoaImageHashing / 1.0.4 / CocoaImageHashing.podspec.json
blob7cf4979a69b0abc094f1d01b7ec49fca2855a7af
2   "name": "CocoaImageHashing",
3   "version": "1.0.4",
4   "summary": "CocoaImageHashing is a framework for perceptual image hashing",
5   "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.",
6   "homepage": "https://github.com/ameingast/cocoaimagehashing",
7   "license": {
8     "type": "BSD3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andreas Meingast": "ameingast@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ameingast/cocoaimagehashing.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "osx": "10.6",
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "frameworks": [
24     "Foundation"
25   ],
26   "source_files": "CocoaImageHashing/*.{h,m}",
27   "public_header_files": [
28     "CocoaImageHashing.h",
29     "CocoaImageHashing/OSTypes.h",
30     "CocoaImageHashing/OSImageHashing.h"
31   ],
32   "osx": {
33     "frameworks": [
34       "Cocoa"
35     ]
36   },
37   "ios": {
38     "frameworks": [
39       "UIKit"
40     ]
41   }