blob: 1c5fc381da147c402f7d262f7a934f8d895786c9 [file] [log] [blame]
{
"name": "CleverTap-iOS-SDK",
"version": "2.2.1",
"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": "2.2.1"
},
"documentation_url": "http://support.clevertap.com/",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"UIKit",
"Security",
"CoreLocation"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)"
},
"source_files": "CleverTapSDK.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "CleverTapSDK.framework"
},
"preserve_paths": "CleverTapSDK.framework"
}