blob: ff98df7dae927fcc5a220e953eeb6fe7cee20488 [file] [log] [blame]
{
"name": "Tune-test",
"version": "5.1.0.20180411215952",
"summary": "iOS/tvOS SDK for TUNE platform.",
"description": "The TUNE SDK for iOS provides Attribution, Analytics, Push, and In-App Messaging capabilities. The TUNE SDK for tvOS provides Attribution and Analytics capabilities.",
"homepage": "https://developers.tune.com/sdk/ios-quick-start/",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"TUNE, Inc.": "support@tune.com"
},
"source": {
"git": "https://github.com/TuneOSS/cocoapod2.0-test.git",
"tag": "5.1.0.20180411215952"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"AdSupport",
"CoreTelephony",
"iAd",
"MobileCoreServices",
"StoreKit",
"SystemConfiguration",
"UIKit",
"CoreBluetooth",
"CoreLocation"
],
"preserve_paths": "Tune.framework",
"vendored_frameworks": "Tune.framework"
},
"weak_frameworks": [
"CoreSpotlight",
"UserNotifications"
],
"tvos": {
"frameworks": [
"AdSupport",
"MobileCoreServices",
"StoreKit",
"SystemConfiguration",
"UIKit"
],
"preserve_paths": "Tune_tvOS.framework",
"vendored_frameworks": "Tune_tvOS.framework"
},
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC, -lz"
}
}