[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / d / PKHash / 0.0.1 / PKHash.podspec.json
blob5873acdf7a1a8634f8ff4a8c52a3e99751a58312
2   "name": "PKHash",
3   "version": "0.0.1",
4   "summary": "Simple and configurable interface to CommonCrypto's hash mechanics.",
5   "description": "Makes hashing data very easy. Fully configurable with the user being in charge.",
6   "homepage": "http://github.com/pkluz/PKHash",
7   "license": "MIT",
8   "authors": "Philip Kluz",
9   "source": {
10     "git": "https://github.com/pkluz/PKHash.git",
11     "tag": "v0.0.1"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source_files": "PKHash/**/*.{h,m}"