blob: 59787e65c78d4deb6a706a14f24127e849793baf [file] [log] [blame]
{
"name": "OSDCrypto",
"version": "2.0.0",
"summary": "A small collection of hash helpers wrapping CommonCrypto.",
"homepage": "https://github.com/OpenSkyDev/OSDCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Skylar Schipper": "contact@openskydev.com"
},
"source": {
"git": "https://github.com/OpenSkyDev/OSDCrypto.git",
"tag": "2.0.0"
},
"requires_arc": true,
"source_files": [
"OSDCrypto.h",
"OSDCrypto.m"
],
"public_header_files": "*.h"
}