blob: f5d0bc15b1c03afb4c875cb326f4de576c429b51 [file] [log] [blame]
{
"name": "Appboy-tvOS-SDK",
"version": "3.27.0-beta3",
"summary": "This is the Braze tvOS SDK for Mobile Marketing Automation",
"homepage": "http://www.braze.com",
"license": {
"type": "Commercial",
"text": "Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE"
},
"authors": {
"Appboy": "http://www.braze.com"
},
"source": {
"git": "https://github.com/Appboy/appboy-ios-sdk.git",
"tag": "3.27.0-beta3"
},
"platforms": {
"tvos": "9.0"
},
"requires_arc": true,
"documentation_url": "https://www.braze.com/docs",
"tvos": {
"frameworks": "SystemConfiguration",
"weak_frameworks": [
"AdSupport",
"StoreKit"
]
},
"preserve_paths": "Appboy-tvOS-SDK/AppboyTVOSKit.framework",
"vendored_frameworks": "Appboy-tvOS-SDK/AppboyTVOSKit.framework",
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
}
}