blob: e7af727e7d1952c0a1653f8f0c0a05eba999128e [file] [log] [blame]
{
"name": "toxcore-ios",
"version": "0.1.7",
"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.7",
"submodules": true
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"ios": {
"vendored_frameworks": "VPX.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}\""
},
"public_header_files": "toxcore/toxcore/*.h",
"source_files": [
"toxcore/toxcore/*.{c,h}",
"toxcore/toxencryptsave/*.{c,h}",
"toxcore/toxav/*.{c,h}",
"toxcore/toxcore/*.h",
"toxcore/toxav/*.h"
],
"dependencies": {
"libsodium": [
"~> 1.0.1"
],
"libopus": [
"~> 1.1"
]
},
"deprecated_in_favor_of": "toxcore"
}