blob: 5cdc8ef74f8b57cadb76426709030e0ac4c6129d [file] [log] [blame]
{
"name": "Swig",
"version": "0.2.0",
"summary": "PJSIP Wrapper for ios",
"description": " Simplifing the use of pjsip on ios\n",
"homepage": "https://github.com/petester42/swig",
"license": "MIT",
"authors": {
"Pierre-Marc Airoldi": "pierremarcairoldi@gmail.com"
},
"source": {
"git": "https://github.com/petester42/swig.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/petester42",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resources": [
"Pod/Assets/*",
"Pod/SoundSwitch/*.caf"
],
"source_files": [
"Pod/Classes/**/*{h,m}",
"Pod/SoundSwitch/*{h,m}"
],
"preserve_paths": [
"Pod/Classes/**/*{h,m}",
"Pod/SoundSwitch/*{h,m}"
],
"dependencies": {
"AFNetworking/Reachability": [
"~> 2.3"
],
"libextobjc": [
"~> 0.4"
],
"pjsip-ios": [
"~> 0.1"
],
"CocoaLumberjack": [
"2.0.0-rc"
]
},
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) PJ_AUTOCONF=1",
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/pjsip-ios/Pod/pjsip-include $(SOURCE_ROOT)/../Pod/pjsip-include"
}
}