blob: b11157cfddf20083d3525b9f79eda9a6ad843303 [file] [log] [blame]
{
"name": "taresip",
"version": "0.1.1",
"authors": {
"Michel Atucha": "miche.atucha@gmail.com"
},
"homepage": "https://github.com/miche-atucha/taresip",
"summary": "Cocoapod for baresip.",
"source": {
"git": "https://github.com/miche-atucha/taresip.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"description": "Baresip is a portable and modular SIP User-Agent with audio and video support.",
"source_files": [
"build/baresip/include/**",
"build/re/include/**",
"build/rem/include/**"
],
"public_header_files": [
"build/baresip/include/**",
"build/re/include/**",
"build/rem/include/**"
],
"preserve_paths": [
"build/baresip/include/**/*",
"build/re/include/**/*",
"build/rem/include/**/*"
],
"vendored_libraries": "build/lib/*.a",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/taresip/build/baresip/include\" \"$(PODS_ROOT)/taresip/build/re/include\" \"$(PODS_ROOT)/taresip/build/rem/include\"",
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
},
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"SystemConfiguration"
],
"libraries": [
"stdc++",
"resolv.9"
],
"requires_arc": false
}