[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 7 / f / pjsip-opus-ssl / 2.6.0 / pjsip-opus-ssl.podspec.json
blob85fc4da572c2f2635429d375bc0282640dabdbf6
2   "name": "pjsip-opus-ssl",
3   "version": "2.6.0",
4   "summary": "PJSIP with OPUS and OPENSSL Support for iOS",
5   "description": "PJSIP 2.6 for iOS built with OpenSSL and Opus Codec support",
6   "homepage": "https://github.com/georgepoenaru/pjsip-opus-ssl.git",
7   "license": "MIT",
8   "authors": {
9     "George Poenaru": "george.poenaru@me.com"
10   },
11   "source": {
12     "git": "https://github.com/georgepoenaru/pjsip-opus-ssl.git",
13     "tag": "2.6.0"
14   },
15   "social_media_url": "https://keybase.io/georgepoenaru",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": false,
20   "preserve_paths": "include/**/**/*{h,hpp}",
21   "vendored_libraries": "lib/*a",
22   "frameworks": [
23     "CFNetwork",
24     "AudioToolbox",
25     "AVFoundation"
26   ],
27   "header_mappings_dir": "include/",
28   "module_name": "Pjsip",
29   "xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
31     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/pjsip-opus-ssl/include"
32   }