blob: 3f9df5268a816167b81319da5d18693bd94ac306 [file] [log] [blame]
{
"name": "pjsip-ios",
"version": "0.1.2",
"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.2"
},
"social_media_url": "https://twitter.com/petester42",
"platforms": {
"ios": "6.0"
},
"requires_arc": false,
"dependencies": {
"OpenSSL-Universal": [
"1.0.1.j"
]
},
"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": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-include"
}
}