[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / b / AWFileHash / 0.1.0 / AWFileHash.podspec.json
blobbd99edf4bf78a5ffb843f69b852d7de6a453bb7f
2   "name": "AWFileHash",
3   "version": "0.1.0",
4   "summary": "An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms.",
5   "description": "An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms. Performs it chunked and consumes almost no memory while running, making it suitable to both OSX and iOS.\n",
6   "homepage": "https://github.com/leetal/AWFileHash",
7   "license": "MIT",
8   "authors": {
9     "Alexander Widerberg": "alexander.widerberg@cloudme.com"
10   },
11   "source": {
12     "git": "https://github.com/leetal/AWFileHash.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/widerbergaren",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "AWFileHash": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "Security",
28     "CoreFoundation",
29     "Photos",
30     "Foundation",
31     "AssetsLibrary"
32   ]