blob: 225f339e5de4329a1243baa473bb214a7c296c4b [file] [log] [blame]
{
"name": "objcTox",
"version": "0.1.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.1.0",
"submodules": false
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.{m,h}",
"public_header_files": "Classes/Public/**/*.h",
"dependencies": {
"toxcore-ios": [
"0.1.8"
],
"CocoaLumberjack": [
"1.9.2"
],
"Realm": [
"0.93.2"
],
"RBQFetchedResultsController": [
"1.8.9.3"
]
}
}