blob: 2f6a1464d93e1e71180aaf90ae063f765347707e [file] [log] [blame]
{
"name": "CleverTapWatchOS",
"version": "3.2.0",
"summary": "The CleverTap iOS SDK for App Analytics and Engagement, watchOS Framework.",
"homepage": "https://github.com/CleverTap/clevertap-ios-sdk",
"license": {
"type": "MIT"
},
"authors": {
"CleverTap": "http://www.clevertap.com"
},
"source": {
"git": "https://github.com/CleverTap/clevertap-ios-sdk.git",
"tag": "3.2.0"
},
"documentation_url": "http://support.clevertap.com/",
"requires_arc": true,
"source_files": "CleverTapWatchOS/*.{h,m}",
"ios": {
"public_header_files": "CleverTapWatchOS/CleverTapWatchOS.h"
},
"frameworks": [
"WatchConnectivity",
"Foundation"
],
"platforms": {
"watchos": "2.0"
}
}