blob: aa5180d9a11dc3f0d3ce5d73461a58ce86485d54 [file] [log] [blame]
{
"name": "NACrypto",
"version": "1.1.0",
"summary": "HMAC, Digest, AES, Twofish, SHA1, SHA2, SHA3, Keccak",
"homepage": "https://github.com/gabriel/NACrypto",
"license": {
"type": "MIT"
},
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/NACrypto.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"osx": "10.8"
},
"ios": {
"source_files": "NACrypto/**/*.{c,h,m}"
},
"osx": {
"source_files": "NACrypto/**/*.{c,h,m}"
}
}