blob: abe82f2b1ad35caef591e94bbb2d48b18e5173dd [file] [log] [blame]
{
"name": "Tune-lite",
"version": "4.16.1",
"summary": "iOS SDK for TUNE platform.",
"description": "The TUNE SDK for iOS provides Attribution, Analytics, Push, and In-App Messaging 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-lite.git",
"tag": "4.16.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"AdSupport",
"CoreSpotlight",
"CoreTelephony",
"iAd",
"MobileCoreServices",
"StoreKit",
"SystemConfiguration",
"UIKit",
"CoreBluetooth",
"CoreLocation",
"UserNotifications"
],
"preserve_paths": "Tune.framework",
"vendored_frameworks": "Tune.framework"
},
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC, -lz"
}
}