blob: 1ae8ee0dfa3e0c4a341d470d7423ef9e3eb14f74 [file] [log] [blame]
{
"name": "HaptikLib",
"version": "1.8.0",
"summary": "Say goodbye to App Fatigue. Instantly enable 100+ chatbots across various daily tasks",
"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.",
"homepage": "https://github.com/hellohaptik/HaptikLib-iOS",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Simranjot Singh": "simranjyot@haptik.ai"
},
"social_media_url": "https://twitter.com/haptik",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/hellohaptik/HaptikLib-iOS.git",
"tag": "1.8.0"
},
"frameworks": [
"Accelerate",
"CoreGraphics",
"CoreLocation",
"CoreTelephony",
"CoreText",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"UIKit"
],
"ios": {
"preserve_paths": "**"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"HaptikLib/Base": [
]
},
"vendored_frameworks": "Frameworks/Core/HaptikLib.framework"
},
{
"name": "Base",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"PINRemoteImage": [
"3.0.0-beta.13"
],
"PINRemoteImage/WebP": [
"3.0.0-beta.13"
]
},
"vendored_frameworks": "Frameworks/Base/HaptikBase.framework"
},
{
"name": "Payments",
"platforms": {
"ios": "9.0"
},
"dependencies": {
"PayUIndia-Custom-Browser": [
"5.8.1"
]
},
"vendored_frameworks": "Frameworks/Payments/HaptikPayments.framework"
},
{
"name": "Speech",
"platforms": {
"ios": "10.0"
},
"frameworks": [
"AudioToolbox",
"AVFoundation",
"Speech"
],
"vendored_frameworks": "Frameworks/Speech/HaptikSpeech.framework"
}
]
}