[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 3 / 1 / HaptikLib / 1.8.1 / HaptikLib.podspec.json
blobc2363dbd74f28c90bd9bd6cd53205591c225692b
2   "name": "HaptikLib",
3   "version": "1.8.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": "1.8.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": "Payments",
68       "platforms": {
69         "ios": "9.0"
70       },
71       "dependencies": {
72         "PayUIndia-Custom-Browser": [
73           "5.8.1"
74         ]
75       },
76       "vendored_frameworks": "Frameworks/Payments/HaptikPayments.framework"
77     },
78     {
79       "name": "Speech",
80       "platforms": {
81         "ios": "10.0"
82       },
83       "frameworks": [
84         "AudioToolbox",
85         "AVFoundation",
86         "Speech"
87       ],
88       "vendored_frameworks": "Frameworks/Speech/HaptikSpeech.framework"
89     }
90   ]