blob: ceee4773707f7ad1c1dab6d55fb474b2cd7be75c [file] [log] [blame]
{
"name": "OSDCrypto",
"version": "1.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": "1.0.0"
},
"requires_arc": true,
"source_files": "*.{h,m}",
"public_header_files": "*.h"
}