blob: 0c5adf626dfb4562d53f058c4d020263fea35d1d [file] [log] [blame]
{
"name": "Tune-test",
"version": "4.16.5",
"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": "4.16.5"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"AdSupport",
"CoreSpotlight",
"CoreTelephony",
"iAd",
"MobileCoreServices",
"StoreKit",
"SystemConfiguration",
"UIKit",
"CoreBluetooth",
"CoreLocation",
"UserNotifications"
],
"preserve_paths": "iOS/Tune.framework",
"vendored_frameworks": "iOS/Tune.framework"
},
"tvos": {
"frameworks": [
"AdSupport",
"MobileCoreServices",
"StoreKit",
"SystemConfiguration",
"UIKit"
],
"preserve_paths": "tvOS/Tune.framework",
"vendored_frameworks": "tvOS/Tune.framework"
},
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC, -lz"
}
}