blob: b045cc277b35220040a97d18ef9199480ebba453 [file] [log] [blame]
{
"name": "CleverTap-iOS-SDK",
"version": "3.0.0",
"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.0.0"
},
"documentation_url": "http://support.clevertap.com/",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"default_subspecs": "Main",
"subspecs": [
{
"name": "Main",
"source_files": "CleverTapSDK.framework/Versions/A/Headers/*.h",
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"CoreLocation"
],
"ios": {
"vendored_frameworks": "CleverTapSDK.framework"
}
},
{
"name": "AppExtension",
"source_files": "CleverTapSDK.appex.framework/Versions/A/Headers/*.h",
"frameworks": [
"SystemConfiguration",
"UIKit",
"CoreLocation"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) CLEVERTAP_APP_EXTENSION"
},
"ios": {
"vendored_frameworks": "CleverTapSDK.appex.framework"
}
},
{
"name": "HostWatchOS",
"source_files": "CleverTapSDK.hostwatchos.framework/Versions/A/Headers/*.h",
"frameworks": [
"WatchConnectivity",
"WatchKit",
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"CoreLocation"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) CLEVERTAP_HOST_WATCHOS"
},
"ios": {
"vendored_frameworks": "CleverTapSDK.hostwatchos.framework"
}
}
]
}