blob: 1493c1973bf1ac1eae3ee3dea905414c9ad2a023 [file] [log] [blame]
{
"name": "objcTox",
"version": "0.3.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.3.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-2"
],
"CocoaLumberjack": [
"1.9.2"
],
"Realm": [
"0.95.0"
]
}
}