blob: 9bcedb9bfb62a888666534800976c3d6cef9568d [file] [log] [blame]
{
"name": "CleverTap-iOS-SDK",
"version": "3.1.7",
"summary": "The CleverTap iOS SDK for App Personalization and Engagement.",
"description": "CleverTap is the next generation app engagement platform. It enables marketers to identify, engage and retain users and provides developers with unprecedented code-level access to build dynamic app experiences for multiple user groups. CleverTap includes out-of-the-box prescriptive campaigns, omni-channel messaging, uninstall data and the industry’s largest FREE messaging tier.",
"homepage": "https://github.com/CleverTap/clevertap-ios-sdk",
"license": {
"type": "Commercial",
"text": "Please refer to https://github.com/CleverTap/clevertap-ios-sdk/blob/master/LICENSE"
},
"authors": {
"CleverTap": "http://www.clevertap.com"
},
"source": {
"git": "https://github.com/CleverTap/clevertap-ios-sdk.git",
"tag": "3.1.7"
},
"documentation_url": "http://support.clevertap.com/",
"requires_arc": true,
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"platforms": {
"tvos": "9.0",
"ios": "8.0",
"watchos": "2.0"
},
"default_subspecs": "Main",
"subspecs": [
{
"name": "Main",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"CoreLocation"
],
"ios": {
"vendored_frameworks": "CleverTapSDK.framework"
}
},
{
"name": "HostWatchOS",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"WatchConnectivity",
"WatchKit"
],
"dependencies": {
"CleverTap-iOS-SDK/Main": [
]
}
},
{
"name": "AppEx",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"CoreLocation"
],
"ios": {
"vendored_frameworks": "CleverTapAppEx.framework"
}
},
{
"name": "tvOS",
"platforms": {
"tvos": "9.0"
},
"frameworks": [
"SystemConfiguration",
"UIKit",
"Foundation"
],
"vendored_frameworks": "CleverTapTVOS.framework"
}
]
}