[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 1 / 7 / e / SupportGenieSDK / 0.0.5 / SupportGenieSDK.podspec.json
blob197fce599563783a4db2a23464129cca4e055975
2   "name": "SupportGenieSDK",
3   "version": "0.0.5",
4   "summary": "sdk for adding SupportGeenie chat and live video help to your iOS app",
5   "homepage": "https://supportgenie.io/",
6   "authors": {
7     "Name": "tarun@supportgenie.io"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/SupportGenie/iosSDK.git",
18     "tag": "v0.0.5"
19   },
20   "source_files": "SupportGenieSDK.framework/Headers/*.h",
21   "ios": {
22     "vendored_frameworks": "SupportGenieSDK.framework"
23   },
24   "frameworks": [
25     "UIKit",
26     "Security",
27     "CFNetwork",
28     "MobileCoreServices"
29   ],
30   "dependencies": {
31     "MDWamp": [
32       "~> 2.2.0"
33     ]
34   }