[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 3 / a / Kayako-Messenger / 0.0.3 / Kayako-Messenger.podspec.json
blob3564e433ba948a25c2c827b625fec891ad5cef87
2   "name": "Kayako-Messenger",
3   "version": "0.0.3",
4   "summary": "The Kayako iOS SDK for integrating Kayako Messenger live chat into your iOS application",
5   "description": "The Kayako iOS SDK for integrating Kayako Messenger live chat into your iOS application. Supports iOS 9 and above",
6   "homepage": "https://kayako.com/live-chat-software",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Robin Malhotra": "robin.malhotra@kayako.com"
13   },
14   "social_media_url": "https://twitter.com/codeOfRobin",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": ".git",
20     "branch": "cocoapods-support"
21   },
22   "ios": {
23     "resource_bundles": {
24       "Kayako-Messenger": "Example/**/*.xcassets"
25     }
26   },
27   "source_files": "Messenger iOS/**/*.swift",
28   "frameworks": "UIKit",
29   "module_name": "MessengeriOS",
30   "dependencies": {
31     "Texture": [
33     ],
34     "Birdsong": [
36     ],
37     "StatefulViewController": [
39     ],
40     "NVActivityIndicatorView": [
42     ],
43     "Unbox": [
45     ],
46     "Wrap": [
48     ]
49   },
50   "pushed_with_swift_version": "3.1",
51   "deprecated": true,
52   "subspecs": [
53     {
54       "name": "CustomerSuccess",
55       "dependencies": {
56         "Wrap": [
58         ],
59         "Unbox": [
61         ],
62         "Birdsong": [
64         ]
65       },
66       "source_files": "CustomerSuccess/**/*.swift"
67     }
68   ]