blob: 1c678b9228dfe92b0b2ba508cff2cde23a2b5e39 [file] [log] [blame]
{
"name": "aircall-pjsip-mac",
"version": "0.5",
"summary": "Build pjsip for MAC",
"description": "This works only for PJSIP : 2.5",
"homepage": "https://github.com/aircall/aircall-pjsip",
"license": "MIT",
"authors": {
"Kevin Budain": "kevin@aircall.io"
},
"source": {
"git": "http://github.com/aircall/aircall-pjsip.git",
"tag": "0.5"
},
"social_media_url": "https://twitter.com/aircall",
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"public_header_files": "Pod/MAC/includes/**",
"preserve_paths": "Pod/MAC/includes/**/**/*{h,hpp}",
"vendored_libraries": "Pod/MAC/lib/*.a",
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation"
],
"header_mappings_dir": "Pod",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/aircall-pjsip-mac/Pod/MAC/includes"
}
}