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