[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / f / Vialer-pjsip-iOS / 2.0.1 / Vialer-pjsip-iOS.podspec.json
blobe175f967f91ed9887c7d42120978bc54ad8a4940
2   "name": "Vialer-pjsip-iOS",
3   "version": "2.0.1",
4   "summary": "PJSIP 2.6 for iOS",
5   "description": "Pod for distributing PJSIP wrapped in a framework. With Opus, OpenSSL and openh264.",
6   "homepage": "https://www.wearespindle.com",
7   "license": {
8     "type": "GNU GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Devhouse Spindle": "vialersiplib@wearespindle.com"
13   },
14   "source": {
15     "git": "https://github.com/VoIPGRID/Vialer-pjsip-iOS.git",
16     "tag": "2.0.1"
17   },
18   "social_media_url": "https://twitter.com/wearespindle",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": false,
23   "preserve_paths": "VialerPJSIP.framework/*",
24   "public_header_files": "VialerPJSIP.framework/Versions/A/Headers/**/*.{h,hpp}",
25   "source_files": "VialerPJSIP.framework/Versions/A/Headers/**/*.{h,hpp}",
26   "vendored_frameworks": "VialerPJSIP.framework",
27   "libraries": "stdc++",
28   "frameworks": [
29     "AudioToolbox",
30     "AVFoundation",
31     "CFNetwork",
32     "CoreMedia"
33   ],
34   "xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "PJ_AUTOCONF=1"
36   }