[Add] AWSCloudWatch 2.40.0
[CocoaPods.git] / Specs / 8 / 3 / 1 / HaptikLib / 2.0.1 / HaptikLib.podspec.json
blob1c7518ca3cfbc6e67ecad6737beddb4fd98aa46b
2   "name": "HaptikLib",
3   "version": "2.0.1",
4   "summary": "Say goodbye to App Fatigue. Instantly enable 100+ chatbots across various daily tasks",
5   "description": "The mobile app industry is about a decade old but publishers are still trying to figure out hacks to improve user retention. App fatigue is not just a theory any more: 60% of apps are uninstalled within the first week. The Haptik Assistant SDK enables a layer of daily use chatbots in any mobile app. Instantly provide a lot more reasons for users to keep using your app. You can also monetize through transactions and the Haptik ads platform.",
6   "homepage": "https://github.com/hellohaptik/HaptikLib-iOS",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Simranjot Singh": "simranjyot@haptik.ai"
13   },
14   "social_media_url": "https://twitter.com/haptik",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/hellohaptik/HaptikLib-iOS.git",
21     "tag": "2.0.1"
22   },
23   "frameworks": [
24     "Accelerate",
25     "CoreGraphics",
26     "CoreLocation",
27     "CoreTelephony",
28     "CoreText",
29     "OpenGLES",
30     "QuartzCore",
31     "SystemConfiguration",
32     "UIKit"
33   ],
34   "ios": {
35     "preserve_paths": "**"
36   },
37   "default_subspecs": "Core",
38   "subspecs": [
39     {
40       "name": "Core",
41       "platforms": {
42         "ios": "9.0"
43       },
44       "dependencies": {
45         "HaptikLib/Base": [
47         ]
48       },
49       "vendored_frameworks": "Frameworks/Core/HaptikLib.framework"
50     },
51     {
52       "name": "Base",
53       "platforms": {
54         "ios": "9.0"
55       },
56       "dependencies": {
57         "PINRemoteImage": [
58           "3.0.0-beta.13"
59         ],
60         "PINRemoteImage/WebP": [
61           "3.0.0-beta.13"
62         ]
63       },
64       "vendored_frameworks": "Frameworks/Base/HaptikBase.framework"
65     },
66     {
67       "name": "Location",
68       "platforms": {
69         "ios": "10.0"
70       },
71       "vendored_frameworks": "Frameworks/Location/HaptikLocation.framework"
72     },
73     {
74       "name": "Speech",
75       "platforms": {
76         "ios": "10.0"
77       },
78       "frameworks": [
79         "AudioToolbox",
80         "AVFoundation",
81         "Speech"
82       ],
83       "vendored_frameworks": "Frameworks/Speech/HaptikSpeech.framework"
84     }
85   ]