[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 3 / 4 / 9 / iOSPhoneLib / 0.1.2 / iOSPhoneLib.podspec.json
blob0d53776ec355e7bee23345d32525323ecd6b5852
2   "name": "iOSPhoneLib",
3   "platforms": {
4     "ios": "13.0"
5   },
6   "requires_arc": true,
7   "swift_versions": "5",
8   "version": "0.1.2",
9   "summary": "Allow for easy implementation of SIP into a swift project.",
10   "description": "This library is an opinionated sip-wrapper, currently using Linphone as the base.",
11   "static_framework": true,
12   "homepage": "https://github.com/open-voip-alliance/iOS-Phone-Lib",
13   "license": {
14     "type": "AGPL",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "Johannes Nevels": "googledeveloper@voys.nl"
19   },
20   "source": {
21     "git": "https://github.com/open-voip-alliance/iOS-Phone-Lib.git",
22     "tag": "0.1.2"
23   },
24   "source_files": "iOSPhoneLib/**/*",
25   "vendored_frameworks": "linphone-sdk-novideo-frameworks/*",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "Swinject": [
29       "~> 2.8.2"
30     ]
31   },
32   "swift_version": "5"