blob: 226f9a11784cda2d71660f22edaf5bb6f17a961d [file] [log] [blame]
{
"name": "NAChloride",
"version": "2.0.9",
"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": "2.0.9"
},
"dependencies": {
"libsodium": [
]
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.8"
},
"ios": {
"source_files": "NAChloride/**/*.{c,h,m}"
},
"osx": {
"source_files": "NAChloride/**/*.{c,h,m}"
}
}