blob: 6db8f407480393e6f3d35a560d900242aa0f8cf2 [file] [log] [blame]
{
"name": "AWFileHash",
"version": "0.2.0",
"summary": "An Objective-C implementation of the MD5, SHA1, SHA512 hash algorithms and CRC32b checksum.",
"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.",
"homepage": "https://github.com/leetal/AWFileHash",
"license": "MIT",
"authors": {
"Alexander Widerberg": "widerbergaren@gmail.com"
},
"source": {
"git": "https://github.com/leetal/AWFileHash.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/widerbergaren",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AWFileHash": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"Security",
"CoreFoundation",
"Photos",
"Foundation",
"AssetsLibrary"
]
}