[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / f / 8 / b / AWFileHash / 0.2.0 / AWFileHash.podspec.json
blob6db8f407480393e6f3d35a560d900242aa0f8cf2
2   "name": "AWFileHash",
3   "version": "0.2.0",
4   "summary": "An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms and CRC32b checksum.",
5   "description": "An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms and CRC32b checksum. Performs it chunked and consumes almost no memory while running, making it suitable to both OSX and iOS.",
6   "homepage": "https://github.com/leetal/AWFileHash",
7   "license": "MIT",
8   "authors": {
9     "Alexander Widerberg": "widerbergaren@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/leetal/AWFileHash.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/widerbergaren",
16   "platforms": {
17     "ios": "8.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   ]