blob: eff52a58d14cc0be80a3772715744b2aac2253a8 [file] [log] [blame]
{
"name": "aircall-pjsip-ios",
"version": "0.4",
"summary": "Build pjsip for IOS",
"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.4"
},
"social_media_url": "https://twitter.com/aircall",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"OpenSSL-Universal": [
"1.0.1.k"
]
},
"public_header_files": "Pod/IOS/includes/**",
"preserve_paths": "Pod/IOS/includes/**/**/*{h,hpp}",
"vendored_libraries": "Pod/IOS/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-ios/Pod/IOS/includes"
}
}