blob: 8f602710880d671f5ae72276cbcd14c9ea81d706 [file] [log] [blame]
{
"name": "Tune",
"version": "4.9.2",
"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.mobileapptracking.com/ios-sdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"TUNE, Inc.": "support@mobileapptracking.com"
},
"source": {
"git": "https://github.com/MobileAppTracking/cocoapod2.0.git",
"tag": "4.9.2"
},
"platforms": {
"ios": "6.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"AdSupport",
"CoreSpotlight",
"CoreTelephony",
"iAd",
"MobileCoreServices",
"StoreKit",
"SystemConfiguration",
"UIKit"
],
"preserve_paths": "Tune.framework",
"vendored_frameworks": "Tune.framework"
},
"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"
}
}