blob: 670bf07715a2c5487741d3436d0d86890217c315 [file] [log] [blame]
{
"name": "NAChloride",
"version": "1.0.7",
"summary": "Objective-C library for libsodium (NaCl)",
"homepage": "https://github.com/gabriel/NAChloride",
"license": {
"type": "MIT"
},
"authors": {
"Gabriel Handford": "gabrielh@gmail.com"
},
"source": {
"git": "https://github.com/gabriel/NAChloride.git",
"tag": "1.0.7"
},
"platforms": {
"osx": "10.9"
},
"dependencies": {
"libsodium": [
]
},
"source_files": "NAChloride/**/*.{c,h,m,macros}",
"requires_arc": true
}