blob: 49438bbbbc6bcefecd888f284315e2b1aaa28691 [file] [log] [blame]
{
"name": "pjsip-ios",
"version": "0.1.1",
"summary": "PJSIP for ios",
"description": " Other pods for pjsip were just not in a stable state. So I am creating a new one.\n",
"homepage": "https://github.com/petester42/pjsip-ios.git",
"license": "MIT",
"authors": {
"Pierre-Marc Airoldi": "pierremarcairoldi@gmail.com"
},
"source": {
"git": "https://github.com/petester42/pjsip-ios.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/petester42",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/pjsip-include/**",
"preserve_paths": [
"Pod/pjsip-include/**/**/*{h,hpp}",
"Pod/pjsip-lib/*.a"
],
"libraries": [
"g7221codec-arm-apple-darwin9",
"gsmcodec-arm-apple-darwin9",
"ilbccodec-arm-apple-darwin9",
"pj-arm-apple-darwin9",
"pjlib-util-arm-apple-darwin9",
"pjmedia-arm-apple-darwin9",
"pjmedia-audiodev-arm-apple-darwin9",
"pjmedia-codec-arm-apple-darwin9",
"pjmedia-videodev-arm-apple-darwin9",
"pjnath-arm-apple-darwin9",
"pjsip-arm-apple-darwin9",
"pjsip-simple-arm-apple-darwin9",
"pjsip-ua-arm-apple-darwin9",
"pjsua-arm-apple-darwin9",
"pjsua2-arm-apple-darwin9",
"resample-arm-apple-darwin9",
"speex-arm-apple-darwin9",
"srtp-arm-apple-darwin9"
],
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation"
],
"header_mappings_dir": "Pod",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-include",
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-lib"
}
}