[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 8 / 3 / 1 / HaptikLib / 2.6.5 / HaptikLib.podspec.json
blob29ae55a101ad7de4c31bf2fd117bad04e2c0203a
2   "name": "HaptikLib",
3   "version": "2.6.5",
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.6.5"
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   "pod_target_xcconfig": {
39     "VALID_ARCHS": "x86_64 armv7 arm64"
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "platforms": {
45         "ios": "9.0"
46       },
47       "dependencies": {
48         "HaptikLib/Base": [
50         ]
51       },
52       "vendored_frameworks": "Frameworks/Core/HaptikLib.framework"
53     },
54     {
55       "name": "Base",
56       "platforms": {
57         "ios": "9.0"
58       },
59       "dependencies": {
60         "PINRemoteImage": [
61           "3.0.1"
62         ],
63         "PINRemoteImage/WebP": [
64           "3.0.1"
65         ]
66       },
67       "vendored_frameworks": "Frameworks/Base/HaptikBase.framework"
68     },
69     {
70       "name": "Location",
71       "platforms": {
72         "ios": "10.0"
73       },
74       "vendored_frameworks": "Frameworks/Location/HaptikLocation.framework"
75     },
76     {
77       "name": "Speech",
78       "platforms": {
79         "ios": "10.0"
80       },
81       "frameworks": [
82         "AudioToolbox",
83         "AVFoundation",
84         "Speech"
85       ],
86       "vendored_frameworks": "Frameworks/Speech/HaptikSpeech.framework"
87     },
88     {
89       "name": "Offline",
90       "platforms": {
91         "ios": "9.0"
92       },
93       "libraries": "c++",
94       "vendored_frameworks": "Frameworks/Offline/HaptikOffline.framework"
95     },
96     {
97       "name": "Analytics",
98       "platforms": {
99         "ios": "9.0"
100       },
101       "vendored_frameworks": "Frameworks/Analytics/HaptikAnalytics.framework"
102     }
103   ]