[Add] TPNBaiduSDKAdapter 6.4.35
[CocoaPods.git] / Specs / d / 4 / c / CocoaImageHashing / 1.6.1 / CocoaImageHashing.podspec.json
blobb57d848fbc10569acd322c73a39e635023e93b2c
2   "name": "CocoaImageHashing",
3   "version": "1.6.1",
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.6.1"
17   },
18   "platforms": {
19     "osx": "10.10",
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/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   }