blob: 2054b3203b21622d164cd02e836dd8d7b93a3445 [file] [log] [blame]
{
"name": "Thunderhead",
"version": "5.0.0",
"summary": "The Thunderhead SDK for iOS, for integrating the ONE Engagement Hub or Interaction Studio into your iOS application.",
"license": {
"type": "Commercial",
"text": "Copyright (c) 2020 Thunderhead One Inc. All rights reserved."
},
"authors": {
"Thunderhead ONE": "onesupport@thunderhead.com"
},
"homepage": "https://github.com/thunderheadone/one-sdk-ios",
"description": "The Thunderhead SDK for iOS, for integrating ONE or Interaction Studio into your iOS application. The SDK supports iOS 8.0 and above.",
"frameworks": [
"Accelerate",
"CoreLocation",
"Foundation",
"LocalAuthentication",
"CoreGraphics",
"MessageUI",
"SafariServices",
"Security",
"SystemConfiguration",
"UIKit",
"WebKit",
"UserNotifications"
],
"libraries": "sqlite3",
"source": {
"git": "https://github.com/thunderheadone/one-sdk-ios.git",
"tag": "5.0.0"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "Thunderhead.embeddedframework/Thunderhead.framework",
"public_header_files": "Thunderhead.embeddedframework/Thunderhead.framework/Headers/One.h",
"source_files": "Thunderhead.embeddedframework/Thunderhead.framework/Headers/One.h",
"resources": "Thunderhead.embeddedframework/ThunderheadBundle.bundle",
"vendored_frameworks": "Thunderhead.embeddedframework/Thunderhead.framework"
}