[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 1 / 7 / e / SupportGenieSDK / 0.0.21 / SupportGenieSDK.podspec.json
blob977ea5a7f6684af31add32f45269492dfd0b78c1
2   "name": "SupportGenieSDK",
3   "version": "0.0.21",
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.21"
19   },
20   "source_files": "SupportGenieSDK.framework/Headers/*.h",
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "arm64 armv7"
23   },
24   "ios": {
25     "vendored_frameworks": "SupportGenieSDK.framework"
26   },
27   "frameworks": [
28     "UIKit",
29     "Security",
30     "CFNetwork",
31     "MobileCoreServices"
32   ],
33   "dependencies": {
34     "MDWamp": [
35       "~> 2.2.0"
36     ],
37     "AWSCognito": [
38       "~> 2.11.0"
39     ],
40     "AWSS3": [
41       "~> 2.11.0"
42     ],
43     "SDWebImage": [
44       "~> 5.2.2"
45     ]
46   }