blob: 72fa7d555163e942262345e10106fae44baef9e1 [file] [log] [blame]
{
"name": "VungleSDK-iOS",
"version": "6.10.3",
"summary": "Vungle's iOS SDK'",
"description": "An SDK for video ad based monetization with the Vungle Network",
"homepage": "https://www.vungle.com/",
"license": {
"type": "Commercial",
"file": "LICENSE.md"
},
"authors": {
"Vungle": "tech-support@vungle.com"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source": {
"http": "https://vungle2-sdk-dev-scratch.s3.amazonaws.com/ios/6.10.x/vungle6103.zip"
},
"vendored_frameworks": "VungleSDK.xcframework",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"AdSupport",
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"CoreGraphics",
"CoreMedia",
"MediaPlayer",
"QuartzCore",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"WebKit",
"UIKit",
"Foundation"
],
"libraries": "z",
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e armv7 armv7s",
"EXCLUDED_ARCHS[sdk=iphoneos*]": "i386 x86_64"
}
}