blob: 564ac8ea1564507ee50efaceb512533c2f5aae58 [file] [log] [blame]
{
"name": "objcTox",
"version": "0.2.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.2.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.0-2ab3b14-1"
],
"CocoaLumberjack": [
"1.9.2"
],
"Realm": [
"0.93.2"
]
}
}