blob: 95ffda542ff181622f472a73479a48b9c7be090f [file] [log] [blame]
{
"name": "NAChloride",
"version": "1.0.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"dependencies": {
"libsodium": [
]
},
"source_files": "NAChloride/**/*.{c,h,m,macros}",
"requires_arc": true
}