blob: 2b2a654d1e864185ec67f5417f915ac24087a849 [file] [log] [blame]
{
"name": "NAChloride",
"version": "2.0.5",
"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.5"
},
"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}"
}
}