blob: ec58024814061eec93dea117cc80577bf0d32576 [file] [log] [blame]
{
"name": "myTargetSDK",
"version": "5.11.0",
"summary": "iOS SDK of myTarget Advertising Network",
"description": "The myTarget Advertising Network allows developers to monetize their websites and mobile apps using myTarget ads",
"homepage": "https://target.my.com",
"documentation_url": "https://target.my.com/partners/help/sdk",
"license": {
"type": "LGPL-3.0"
},
"authors": {
"My.com": "sdk_mytarget@corp.my.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://github.com/myTargetSDK/mytarget-ios/releases/download/5.11.0/mytarget-ios-sdk-5.11.0.zip"
},
"ios": {
"source_files": "MyTargetSDK.xcframework/**/*.h",
"public_header_files": "MyTargetSDK.xcframework/**/*.h",
"vendored_frameworks": "MyTargetSDK.xcframework"
},
"frameworks": [
"AdSupport",
"StoreKit",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony",
"AVFoundation",
"CoreMedia"
],
"weak_frameworks": "SafariServices",
"requires_arc": true,
"pod_target_xcconfig": {
"VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7",
"VALID_ARCHS[sdk=iphonesimulator*]": "x86_64 arm64"
}
}