blob: 2efa5289a467581a5a05b0fe9d5ae7ca3d62cb36 [file] [log] [blame]
{
"name": "Swig",
"version": "0.1.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.1.0"
},
"social_media_url": "https://twitter.com/petester42",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*{h,m}",
"preserve_paths": "Pod/Classes/**/*{h,m}",
"dependencies": {
"AFNetworking/Reachability": [
"~> 2.3"
],
"pjsip-ios": [
"~> 0.1"
]
},
"header_mappings_dir": "Pod/Classes",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-include",
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/pjsip-ios/Pod/pjsip-lib"
}
}