[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 4 / c / CocoaImageHashing / 1.1.0 / CocoaImageHashing.podspec.json
blobb8997559f70e013fd79344d1d7ef5564bdc9b702
2   "name": "CocoaImageHashing",
3   "version": "1.1.0",
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.1.0"
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   }