[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 4 / CBHDigestKit / 1.1.1 / CBHDigestKit.podspec.json
blobab63b4c2e0af80c0728f0c0b87e47f377d9c06e4
2   "name": "CBHDigestKit",
3   "version": "1.1.1",
4   "module_name": "CBHDigestKit",
5   "summary": "An easy-to-use category for `NSData` and `NSString` to calculate digests.",
6   "homepage": "https://github.com/chris-huxtable/CBHDigestKit",
7   "license": {
8     "type": "ISC",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Huxtable": "chris@huxtable.ca"
13   },
14   "social_media_url": "https://twitter.com/@Chris_Huxtable",
15   "platforms": {
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/chris-huxtable/CBHDigestKit.git",
20     "tag": "v1.1.1"
21   },
22   "requires_arc": true,
23   "public_header_files": "CBHDigestKit/*.h",
24   "source_files": "CBHDigestKit/*.{h,m}"