[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / e / 2 / aircall-pjsip / 0.1 / aircall-pjsip.podspec.json
blob5d09bb1b494621ede7ec870ef80be19c6719fd4d
2   "name": "aircall-pjsip",
3   "version": "0.1",
4   "summary": "Build pjsip for IOS and MAC",
5   "description": "This works only for PJSIP : 2.5",
6   "homepage": "https://github.com/aircall/aircall-pjsip",
7   "license": "MIT",
8   "authors": {
9     "Kevin Budain": "kevin@aircall.io"
10   },
11   "source": {
12     "git": "http://github.com/aircall/aircall-pjsip.git",
13     "tag": "0.1"
14   },
15   "social_media_url": "https://twitter.com/aircall",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "OpenSSL-Universal": [
23       "1.0.1.k"
24     ]
25   },
26   "public_header_files": "Pod/pjsip-include/**",
27   "preserve_paths": "Pod/pjsip-include/**/**/*{h,hpp}",
28   "vendored_libraries": "Pod/pjsip-lib/*.a",
29   "frameworks": [
30     "CFNetwork",
31     "AudioToolbox",
32     "AVFoundation"
33   ],
34   "header_mappings_dir": "Pod",
35   "xcconfig": {
36     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
37     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/pjsip-ios/Pod/pjsip-include"
38   }