[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / c / NSString-Hashes / 1.3.1 / NSString-Hashes.podspec.json
blob07b1b77dc72d4aea736c070423494194e176cc15
2   "name": "NSString-Hashes",
3   "version": "1.3.1",
4   "summary": "Simple Category of NSString and NSData that allows for easy MD5, SHA1 and SHA2 hashing.",
5   "homepage": "https://github.com/hypercrypt/NSString-Hashes",
6   "license": {
7     "type": "public domain",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Klaus-Peter Dudas": "klaus@hypercrypt.net"
12   },
13   "source": {
14     "git": "https://github.com/hypercrypt/NSString-Hashes.git",
15     "tag": "1.3.1"
16   },
17   "platforms": {
18     "ios": "5.0",
19     "osx": "10.8"
20   },
21   "source_files": "[^Tests]*.{h,m}",
22   "public_header_files": [
23     "NSString+Hashes.h",
24     "NSData+Hashes.h"
25   ],
26   "requires_arc": true,
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Tests.m"
32     }
33   ]