blob: e60660d3ea523699a173ac30bcccd8c2d158be6b [file] [log] [blame]
{
"name": "toxcore-ios",
"version": "0.1.3",
"summary": "Cocoapods wrapper for toxcore",
"homepage": "https://github.com/dvor/toxcore-ios",
"license": "GPLv3",
"authors": {
"Dmytro Vorobiov": "d@dvor.me"
},
"source": {
"git": "https://github.com/dvor/toxcore-ios.git",
"tag": "0.1.3",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"toxcore/toxcore/*.{c,h}",
"toxcore/toxencryptsave/*.{c,h}",
"toxcore/toxav/*.{c.h}"
],
"public_header_files": [
"toxcore/toxcore/*.h",
"toxcore/toxav/*.h"
],
"dependencies": {
"libsodium": [
"~> 1.0.1"
],
"libopus": [
"~> 1.1"
]
},
"deprecated_in_favor_of": "toxcore"
}