blob: ae19ec300381575aaa01fa8a7cc10c72e3e6b55b [file] [log] [blame]
{
"name": "NACrypto",
"version": "1.0.0",
"summary": "Objective-C library for libsodium (NaCl)",
"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.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": "NACrypto/**/*.{c,h,m}"
},
"osx": {
"source_files": "NACrypto/**/*.{c,h,m}"
}
}