blob: da45d7d7dfd6708665950b9435c21e34d06f2f27 [file] [log] [blame]
{
"name": "UpsightAdMediation",
"version": "2.5.4",
"summary": "Upsight Ad Mediation SDK for iOS.",
"description": "Upsight is the most comprehensive analytics, marketing, and ads mediation 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\nThe Upsight Ad Mediation SDK can be used only in conjunction with the Upsight SDK, please make sure you have already integrated version 4.1.0 or greater of the Upsight SDK before installing.\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.md"
},
"authors": {
"Upsight, Inc.": "support@upsight.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fusepowered/FuseSDKiOS.git",
"tag": "USMv2.5.4"
},
"ios": {
"source_files": "Code/*.h",
"vendored_libraries": [
"Code/libUpsightMediation.a",
"Code/libUpsightMediationAds.a"
],
"frameworks": [
"Accelerate",
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CoreGraphics",
"CoreLocation",
"CoreMedia",
"CoreTelephony",
"EventKit",
"EventKitUI",
"Foundation",
"GameKit",
"iAd",
"MediaPlayer",
"MessageUI",
"MobileCoreServices",
"QuartzCore",
"StoreKit",
"SystemConfiguration",
"Twitter",
"UIKit",
"WebKit"
],
"weak_frameworks": "Social",
"libraries": [
"sqlite3",
"xml2",
"z"
]
},
"requires_arc": false
}