[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 4 / aircall-pjsip-mac / 0.5 / aircall-pjsip-mac.podspec.json
blob1c678b9228dfe92b0b2ba508cff2cde23a2b5e39
2   "name": "aircall-pjsip-mac",
3   "version": "0.5",
4   "summary": "Build pjsip for 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.5"
14   },
15   "social_media_url": "https://twitter.com/aircall",
16   "platforms": {
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "public_header_files": "Pod/MAC/includes/**",
21   "preserve_paths": "Pod/MAC/includes/**/**/*{h,hpp}",
22   "vendored_libraries": "Pod/MAC/lib/*.a",
23   "frameworks": [
24     "CFNetwork",
25     "AudioToolbox",
26     "AVFoundation"
27   ],
28   "header_mappings_dir": "Pod",
29   "xcconfig": {
30     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1",
31     "HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/aircall-pjsip-mac/Pod/MAC/includes"
32   }