blob: c845510a5b47689b12f1f090c8772a70dc3102db [file] [log] [blame]
{
"name": "UpsightKit",
"version": "4.3.2",
"summary": "Upsight SDK for iOS and tvOS.",
"description": "Upsight is the most comprehensive analytics and marketing platform for Web and mobile apps. We are building a business engine to help our customers better understand user behavior, decide what it means, and act to impact key goals.\n\nFor more information visit www.upsight.com. For in depth documentation and usage instructions of the Upsight product visit help.upsight.com",
"homepage": "http://www.upsight.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Upsight, Inc.": "support@upsight.com"
},
"platforms": {
"ios": "7.0",
"tvos": "9.1"
},
"source": {
"git": "https://github.com/upsight/UpsightKit.git",
"tag": "4.3.2"
},
"ios": {
"source_files": "iOS/UpsightKit.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "iOS/UpsightKit.framework",
"frameworks": [
"Foundation",
"CoreTelephony",
"AdSupport",
"MediaPlayer"
],
"libraries": "xml2",
"weak_frameworks": "UserNotifications"
},
"tvos": {
"source_files": "tvOS/UpsightKitTvOS.framework/Versions/A/Headers/*.h",
"vendored_frameworks": "tvOS/UpsightKitTvOS.framework",
"frameworks": [
"Foundation",
"AdSupport"
]
},
"requires_arc": true,
"prepare_command": "./install_docsets.sh"
}