blob: 5d09bb1b494621ede7ec870ef80be19c6719fd4d [file] [log] [blame]
{
"name": "aircall-pjsip",
"version": "0.1",
"summary": "Build pjsip for IOS and 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.1"
},
"social_media_url": "https://twitter.com/aircall",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"dependencies": {
"OpenSSL-Universal": [
"1.0.1.k"
]
},
"public_header_files": "Pod/pjsip-include/**",
"preserve_paths": "Pod/pjsip-include/**/**/*{h,hpp}",
"vendored_libraries": "Pod/pjsip-lib/*.a",
"frameworks": [
"CFNetwork",
"AudioToolbox",
"AVFoundation"
],
"header_mappings_dir": "Pod",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/pjsip-ios/Pod/pjsip-include"
}
}