blob: eca403f0a04a4fa21f23e61a8391dd848ae7f1dc [file] [log] [blame]
{
"name": "objcTox",
"version": "0.5.0",
"summary": "Objective-C wrapper for Tox",
"homepage": "https://github.com/Antidote-for-Tox/objcTox",
"license": "MIT",
"authors": {
"Dmytro Vorobiov": "d@dvor.me"
},
"source": {
"git": "https://github.com/Antidote-for-Tox/objcTox.git",
"tag": "0.5.0",
"submodules": false
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{m,h}",
"public_header_files": "Classes/Public/**/*.h",
"dependencies": {
"toxcore": [
"0.0.1-94cc8b1"
],
"TPCircularBuffer": [
"~> 0.0.1"
],
"CocoaLumberjack": [
"1.9.2"
],
"Realm": [
"0.95.0"
]
}
}