blob: 62632c4399cbdaf1e3835973c4265673c1ebf8ae [file] [log] [blame]
{
"name": "toxcore",
"version": "0.0.2",
"summary": "Cocoapods wrapper for toxcore",
"homepage": "https://github.com/Antidote-for-Tox/toxcore",
"license": "GPLv3",
"authors": {
"Dmytro Vorobiov": "d@dvor.me"
},
"source": {
"git": "https://github.com/Antidote-for-Tox/toxcore.git",
"tag": "0.0.2",
"submodules": true
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO",
"OTHER_LDFLAGS": "-read_only_relocs suppress"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"header_mappings_dir": "toxcore",
"source_files": [
"toxcore/toxcore/*.{m,h}",
"toxcore/toxencryptsave/*.{m,h}",
"toxcore/toxdns/*.{m,h}",
"toxcore/toxav/*.{m,h}"
],
"dependencies": {
"libopus-patched-config": [
"1.1"
],
"libsodium": [
"~> 1.0.1"
]
},
"ios": {
"vendored_frameworks": "ios/vpx.framework"
},
"osx": {
"vendored_frameworks": "osx/vpx.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"${PODS_ROOT}\""
}
}